TuttleOFX
1
|
#include <clamp.hpp>
Public Member Functions | |
channel_clamp_lower_than_t (const Channel threshold, const Channel replace) | |
GIL_FORCEINLINE Channel | operator() (typename channel_traits< Channel >::const_reference ch) const |
Data Fields | |
Channel | _threshold |
Channel | _replace |
terry::numeric::channel_clamp_lower_than_t< Channel >::channel_clamp_lower_than_t | ( | const Channel | threshold, |
const Channel | replace | ||
) | [inline] |
GIL_FORCEINLINE Channel terry::numeric::channel_clamp_lower_than_t< Channel >::operator() | ( | typename channel_traits< Channel >::const_reference | ch | ) | const [inline] |
Definition at line 20 of file clamp.hpp.
References terry::numeric::channel_clamp_lower_than_t< Channel >::_replace, and terry::numeric::channel_clamp_lower_than_t< Channel >::_threshold.
Channel terry::numeric::channel_clamp_lower_than_t< Channel >::_replace |
Definition at line 12 of file clamp.hpp.
Referenced by terry::numeric::channel_clamp_lower_than_t< Channel >::operator()().
Channel terry::numeric::channel_clamp_lower_than_t< Channel >::_threshold |
Definition at line 11 of file clamp.hpp.
Referenced by terry::numeric::channel_clamp_lower_than_t< Channel >::operator()().