TuttleOFX  1
terry::numeric::channel_divides_scalar_assign_t< Scalar, ChannelDst > Struct Template Reference

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

Detailed Description

template<typename Scalar, typename ChannelDst>
struct terry::numeric::channel_divides_scalar_assign_t< Scalar, ChannelDst >

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.


Member Function Documentation

template<typename Scalar , typename ChannelDst >
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.


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