ITK  4.8.0
Insight Segmentation and Registration Toolkit
itk::Functor::Clamp< TInput, TOutput > Member List

This is the complete list of members for itk::Functor::Clamp< TInput, TOutput >, including all inherited members.

Clamp()itk::Functor::Clamp< TInput, TOutput >
GetLowerBound() const itk::Functor::Clamp< TInput, TOutput >
GetUpperBound() const itk::Functor::Clamp< TInput, TOutput >
InputType typedefitk::Functor::Clamp< TInput, TOutput >
m_LowerBounditk::Functor::Clamp< TInput, TOutput >private
m_UpperBounditk::Functor::Clamp< TInput, TOutput >private
operator!=(const Self &other) const itk::Functor::Clamp< TInput, TOutput >
operator()(const InputType &A) const itk::Functor::Clamp< TInput, TOutput >inline
operator==(const Self &other) const itk::Functor::Clamp< TInput, TOutput >
OutputType typedefitk::Functor::Clamp< TInput, TOutput >
Self typedefitk::Functor::Clamp< TInput, TOutput >
SetBounds(const OutputType lowerBound, const OutputType upperBound)itk::Functor::Clamp< TInput, TOutput >
typedef(Concept::Convertible< InputType, OutputType >) InputConvertibleToOutputCheckitk::Functor::Clamp< TInput, TOutput >
typedef(Concept::Convertible< InputType, double >) InputConvertibleToDoubleCheckitk::Functor::Clamp< TInput, TOutput >
typedef(Concept::LessThanComparable< double, OutputType >) DoubleLessThanComparableToOutputCheckitk::Functor::Clamp< TInput, TOutput >
typedef(Concept::GreaterThanComparable< double, OutputType >) DoubleGreaterThanComparableToOutputCheckitk::Functor::Clamp< TInput, TOutput >
~Clamp()itk::Functor::Clamp< TInput, TOutput >