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