TuttleOFX  1
terry::numeric::channel_minus_assign_t< ChannelSrc, ChannelDst > Struct Template Reference

ch2 -= ch1 structure for subtracting one channel from another 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() (typename channel_traits< ChannelSrc >::const_reference ch1, typename channel_traits< ChannelDst >::reference ch2) const

Detailed Description

template<typename ChannelSrc, typename ChannelDst>
struct terry::numeric::channel_minus_assign_t< ChannelSrc, ChannelDst >

ch2 -= ch1 structure for subtracting one channel from another this is a generic implementation; user should specialize it for better performance

Definition at line 54 of file operations_assign.hpp.


Member Function Documentation

template<typename ChannelSrc , typename ChannelDst >
GIL_FORCEINLINE channel_traits<ChannelDst>::reference terry::numeric::channel_minus_assign_t< ChannelSrc, ChannelDst >::operator() ( typename channel_traits< ChannelSrc >::const_reference  ch1,
typename channel_traits< ChannelDst >::reference  ch2 
) const [inline]

Definition at line 58 of file operations_assign.hpp.


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