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