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