18 #ifndef itkSignedHardLimitTransferFunction_h
19 #define itkSignedHardLimitTransferFunction_h
33 template<
typename ScalarType>
51 virtual ScalarType
Evaluate(
const ScalarType& input)
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.
SignedHardLimitTransferFunction()
SmartPointer< const Self > ConstPointer
TransferFunctionBase< ScalarType > Superclass
SignedHardLimitTransferFunction Self
virtual ScalarType EvaluateDerivative(const ScalarType &input) const
virtual ~SignedHardLimitTransferFunction()
SmartPointer< Self > Pointer
virtual void PrintSelf(std::ostream &os, Indent indent) const
Control indentation during Print() invocation.
virtual ScalarType Evaluate(const ScalarType &input) const