TuttleOFX  1
terry::numeric::pixel_minmax_by_channel_t< CPixel > Struct Template Reference

#include <minmax.hpp>

Public Types

typedef channel_type< CPixel >
::type 
Channel

Public Member Functions

 pixel_minmax_by_channel_t (const CPixel &v)
template<typename Pixel >
GIL_FORCEINLINE void operator() (const Pixel &v)

Data Fields

CPixel min
CPixel max

Detailed Description

template<typename CPixel>
struct terry::numeric::pixel_minmax_by_channel_t< CPixel >

Definition at line 85 of file minmax.hpp.


Member Typedef Documentation

template<typename CPixel>
typedef channel_type<CPixel>::type terry::numeric::pixel_minmax_by_channel_t< CPixel >::Channel

Definition at line 87 of file minmax.hpp.


Constructor & Destructor Documentation

template<typename CPixel>
terry::numeric::pixel_minmax_by_channel_t< CPixel >::pixel_minmax_by_channel_t ( const CPixel &  v) [inline]

Definition at line 92 of file minmax.hpp.


Member Function Documentation

template<typename CPixel>
template<typename Pixel >
GIL_FORCEINLINE void terry::numeric::pixel_minmax_by_channel_t< CPixel >::operator() ( const Pixel &  v) [inline]

Definition at line 100 of file minmax.hpp.

References tuttle::max(), and tuttle::min().

Here is the call graph for this function:


Field Documentation


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