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

ch2 *= ch1 structure for multiplying one channel to 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_multiplies_assign_t< ChannelSrc, ChannelDst >

ch2 *= ch1 structure for multiplying one channel to another this is a generic implementation; user should specialize it for better performance

Definition at line 87 of file operations_assign.hpp.


Member Function Documentation

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

Definition at line 91 of file operations_assign.hpp.


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