TuttleOFX  1
terry::numeric::channel_assigns_t< Channel1, Channel2 > Struct Template Reference

#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

Detailed Description

template<typename Channel1, typename Channel2>
struct terry::numeric::channel_assigns_t< Channel1, Channel2 >

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.


Member Function Documentation

template<typename Channel1 , typename Channel2 >
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.


The documentation for this struct was generated from the following file: