TuttleOFX  1
terry::numeric::pixel_assigns_min_t< PixelR > Struct Template Reference

construct for setting a pixel to the min channel value (see channel_traits::min_value) More...

#include <assign_minmax.hpp>

Public Types

typedef
boost::gil::channel_type
< PixelR >::type 
Channel

Public Member Functions

GIL_FORCEINLINE PixelR & operator() (PixelR &dst) const

Detailed Description

template<typename PixelR>
struct terry::numeric::pixel_assigns_min_t< PixelR >

construct for setting a pixel to the min channel value (see channel_traits::min_value)

Definition at line 22 of file assign_minmax.hpp.


Member Typedef Documentation

template<typename PixelR >
typedef boost::gil::channel_type<PixelR>::type terry::numeric::pixel_assigns_min_t< PixelR >::Channel

Definition at line 24 of file assign_minmax.hpp.


Member Function Documentation

template<typename PixelR >
GIL_FORCEINLINE PixelR& terry::numeric::pixel_assigns_min_t< PixelR >::operator() ( PixelR &  dst) const [inline]

Definition at line 26 of file assign_minmax.hpp.


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