TuttleOFX
1
|
#include <clamp.hpp>
Public Types | |
typedef boost::gil::channel_type < Pixel >::type | Channel |
Public Member Functions | |
clamp_converter () | |
clamp_converter (const Channel min, const Channel max) | |
GIL_FORCEINLINE void | operator() (const Pixel &src, Pixel &dst) const |
Data Fields | |
const Channel | _min |
const Channel | _max |
typedef boost::gil::channel_type<Pixel>::type terry::clamp_converter< Pixel >::Channel |
terry::clamp_converter< Pixel >::clamp_converter | ( | ) | [inline] |
terry::clamp_converter< Pixel >::clamp_converter | ( | const Channel | min, |
const Channel | max | ||
) | [inline] |
GIL_FORCEINLINE void terry::clamp_converter< Pixel >::operator() | ( | const Pixel & | src, |
Pixel & | dst | ||
) | const [inline] |
Definition at line 47 of file clamp.hpp.
References terry::clamp_converter< Pixel >::_max, terry::clamp_converter< Pixel >::_min, and terry::algorithm::static_for_each().
const Channel terry::clamp_converter< Pixel >::_max |
Definition at line 34 of file clamp.hpp.
Referenced by terry::clamp_converter< Pixel >::operator()().
const Channel terry::clamp_converter< Pixel >::_min |
Definition at line 33 of file clamp.hpp.
Referenced by terry::clamp_converter< Pixel >::operator()().