15 #ifndef __itkLimiterFunctionBase_h
16 #define __itkLimiterFunctionBase_h
18 #include "itkFunctionBase.h"
19 #include "itkExceptionObject.h"
47 template <
class TInput,
unsigned int NDimension >
49 public FunctionBase<TInput, ITK_TYPENAME NumericTraits<TInput>::RealType>
69 typedef CovariantVector<
92 itkGetConstMacro( UpperThreshold,
InputType );
97 itkGetConstMacro( LowerThreshold,
InputType );
106 itk::NumericTraits<OutputType>::One +
107 itk::NumericTraits<OutputType>::One;
108 this->
m_LowerBound = itk::NumericTraits<OutputType>::Zero;