18 #ifndef __itkLimiterFunctionBase_h
19 #define __itkLimiterFunctionBase_h
21 #include "itkFunctionBase.h"
22 #include "itkExceptionObject.h"
49 template<
class TInput,
unsigned int NDimension >
51 public FunctionBase< TInput, typename NumericTraits< TInput >::RealType >
57 typedef FunctionBase< TInput, typename NumericTraits< TInput >::RealType >
Superclass;
71 typedef CovariantVector<
109 = itk::NumericTraits< OutputType >::One
110 + itk::NumericTraits< OutputType >::One;
111 this->
m_LowerBound = itk::NumericTraits< OutputType >::Zero;