18 #ifndef itkHardLimitTransferFunction_h
19 #define itkHardLimitTransferFunction_h
33 template<
typename ScalarType>
50 virtual ScalarType Evaluate(
const ScalarType& input)
const;
53 virtual ScalarType EvaluateDerivative(
const ScalarType& input)
const;
61 virtual void PrintSelf( std::ostream& os,
Indent indent )
const;
68 #ifndef ITK_MANUAL_INSTANTIATION
69 #include "itkHardLimitTransferFunction.hxx"
Light weight base class for most itk classes.
This is the itkTransferFunctionBase class.
SmartPointer< Self > Pointer
This is the itkHardLimitTransferFunction class.
HardLimitTransferFunction Self
SmartPointer< const Self > ConstPointer
Control indentation during Print() invocation.
TransferFunctionBase< ScalarType > Superclass