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