TuttleOFX
1
|
#include <clamp.hpp>
Public Types | |
typedef channel_type< Pixel >::type | Channel |
Public Member Functions | |
pixel_clamp_lower_than_t (const Channel threshold, const Channel replace) | |
GIL_FORCEINLINE Pixel | operator() (const Pixel &p) const |
Data Fields | |
Channel | _threshold |
Channel | _replace |
typedef channel_type<Pixel>::type terry::numeric::pixel_clamp_lower_than_t< Pixel >::Channel |
terry::numeric::pixel_clamp_lower_than_t< Pixel >::pixel_clamp_lower_than_t | ( | const Channel | threshold, |
const Channel | replace | ||
) | [inline] |
GIL_FORCEINLINE Pixel terry::numeric::pixel_clamp_lower_than_t< Pixel >::operator() | ( | const Pixel & | p | ) | const [inline] |
Definition at line 41 of file clamp.hpp.
References terry::numeric::pixel_clamp_lower_than_t< Pixel >::_replace, and terry::numeric::pixel_clamp_lower_than_t< Pixel >::_threshold.
Channel terry::numeric::pixel_clamp_lower_than_t< Pixel >::_replace |
Definition at line 33 of file clamp.hpp.
Referenced by terry::numeric::pixel_clamp_lower_than_t< Pixel >::operator()().
Channel terry::numeric::pixel_clamp_lower_than_t< Pixel >::_threshold |
Definition at line 32 of file clamp.hpp.
Referenced by terry::numeric::pixel_clamp_lower_than_t< Pixel >::operator()().