TuttleOFX
1
|
#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 |
structure for multiplying one channel to another this is a generic implementation; user should specialize it for better performance
Definition at line 82 of file operations.hpp.
GIL_FORCEINLINE ChannelR terry::numeric::channel_multiplies_t< Channel1, Channel2, ChannelR >::operator() | ( | typename channel_traits< Channel1 >::const_reference | ch1, |
typename channel_traits< Channel2 >::const_reference | ch2 | ||
) | const [inline] |
Definition at line 84 of file operations.hpp.