TuttleOFX
1
|
#include <assign.hpp>
Public Member Functions | |
GIL_FORCEINLINE channel_traits < Channel2 >::reference | operator() (typename channel_traits< Channel1 >::const_reference ch1, typename channel_traits< Channel2 >::reference ch2) const |
structure for assigning one channel to another this is a generic implementation; user should specialize it for better performance
Definition at line 16 of file assign.hpp.
GIL_FORCEINLINE channel_traits<Channel2>::reference terry::numeric::channel_assigns_t< Channel1, Channel2 >::operator() | ( | typename channel_traits< Channel1 >::const_reference | ch1, |
typename channel_traits< Channel2 >::reference | ch2 | ||
) | const [inline] |
Definition at line 20 of file assign.hpp.