|
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 multiplying a scalar to one channel this is a generic implementation; user should specialize it for better performance
Definition at line 171 of file operations.hpp.
| GIL_FORCEINLINE ChannelR terry::numeric::channel_multiplies_scalar_t< Channel, Scalar, ChannelR >::operator() | ( | typename channel_traits< Channel >::const_reference | ch, |
| const Scalar & | s | ||
| ) | const [inline] |
Definition at line 173 of file operations.hpp.