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

#include <operations.hpp>

Public Member Functions

GIL_FORCEINLINE ChannelR operator() (typename channel_traits< Channel1 >::const_reference ch1, typename channel_traits< Channel2 >::const_reference ch2) const

Detailed Description

template<typename Channel1, typename Channel2, typename ChannelR>
struct terry::numeric::channel_plus_t< Channel1, Channel2, ChannelR >

structure for adding one channel to another this is a generic implementation; user should specialize it for better performance

Definition at line 20 of file operations.hpp.


Member Function Documentation

template<typename Channel1 , typename Channel2 , typename ChannelR >
GIL_FORCEINLINE ChannelR terry::numeric::channel_plus_t< Channel1, Channel2, ChannelR >::operator() ( typename channel_traits< Channel1 >::const_reference  ch1,
typename channel_traits< Channel2 >::const_reference  ch2 
) const [inline]

Definition at line 22 of file operations.hpp.


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