TuttleOFX
1
|
#include <operations.hpp>
Public Member Functions | |
GIL_FORCEINLINE ChannelR | operator() (typename channel_traits< Channel >::const_reference ch, const Scalar &s) const |
structure for adding a scalar to a channel this is a generic implementation; user should specialize it for better performance
Definition at line 147 of file operations.hpp.
GIL_FORCEINLINE ChannelR terry::numeric::channel_plus_scalar_t< Channel, Scalar, ChannelR >::operator() | ( | typename channel_traits< Channel >::const_reference | ch, |
const Scalar & | s | ||
) | const [inline] |
Definition at line 149 of file operations.hpp.