18 #ifndef itkIdentityTransferFunction_h
19 #define itkIdentityTransferFunction_h
33 template<
typename ScalarType>
52 virtual ScalarType Evaluate(
const ScalarType& input)
const ITK_OVERRIDE;
55 virtual ScalarType EvaluateDerivative(
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"
Light weight base class for most itk classes.
This is the itkIdentityTransferFunction class.
This is the itkTransferFunctionBase class.
IdentityTransferFunction Self
SmartPointer< const Self > ConstPointer
TransferFunctionBase< ScalarType > Superclass
Control indentation during Print() invocation.
SmartPointer< Self > Pointer