TuttleOFX
1
|
ch /= s structure for dividing a channel by a scalar this is a generic implementation; user should specialize it for better performance More...
#include <operations_assign.hpp>
Public Member Functions | |
GIL_FORCEINLINE channel_traits < ChannelDst >::reference | operator() (const Scalar s, typename channel_traits< ChannelDst >::reference ch) const |
ch /= s structure for dividing a channel by a scalar this is a generic implementation; user should specialize it for better performance
Definition at line 185 of file operations_assign.hpp.
GIL_FORCEINLINE channel_traits<ChannelDst>::reference terry::numeric::channel_divides_scalar_assign_t< Scalar, ChannelDst >::operator() | ( | const Scalar | s, |
typename channel_traits< ChannelDst >::reference | ch | ||
) | const [inline] |
Definition at line 189 of file operations_assign.hpp.