18 #ifndef itkIdentityTransferFunction_h
19 #define itkIdentityTransferFunction_h
33 template<
typename ScalarType>
52 virtual ScalarType
Evaluate(
const ScalarType& input)
const ITK_OVERRIDE;
63 virtual void PrintSelf( std::ostream& os,
Indent indent )
const ITK_OVERRIDE;
70 #ifndef ITK_MANUAL_INSTANTIATION
71 #include "itkIdentityTransferFunction.hxx"
virtual ~IdentityTransferFunction()
Light weight base class for most itk classes.
This is the itkIdentityTransferFunction class.
This is the itkTransferFunctionBase class.
IdentityTransferFunction Self
IdentityTransferFunction()
SmartPointer< const Self > ConstPointer
virtual ScalarType EvaluateDerivative(const ScalarType &input) const override
virtual ScalarType Evaluate(const ScalarType &input) const override
TransferFunctionBase< ScalarType > Superclass
Control indentation during Print() invocation.
virtual void PrintSelf(std::ostream &os, Indent indent) const override
SmartPointer< Self > Pointer