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

ch2 = max( ch1, ch2 ) this is a generic implementation; user should specialize it for better performance More...

#include <minmax.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_assign_max_t< ChannelSrc, ChannelDst >

ch2 = max( ch1, ch2 ) this is a generic implementation; user should specialize it for better performance

Definition at line 53 of file minmax.hpp.


Member Function Documentation

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

Definition at line 56 of file minmax.hpp.

References tuttle::max().

Here is the call graph for this function:


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