18 #ifndef itkTanSigmoidTransferFunction_h
19 #define itkTanSigmoidTransferFunction_h
33 template<
typename ScalarType>
51 virtual ScalarType Evaluate(
const ScalarType& input)
const ITK_OVERRIDE;
54 virtual ScalarType EvaluateDerivative(
const ScalarType& input)
const ITK_OVERRIDE;
62 virtual
void PrintSelf( std::ostream& os,
Indent indent ) const ITK_OVERRIDE;
68 #ifndef ITK_MANUAL_INSTANTIATION
69 #include "itkTanSigmoidTransferFunction.hxx"
Light weight base class for most itk classes.
This is the itkTransferFunctionBase class.
TransferFunctionBase< ScalarType > Superclass
TanSigmoidTransferFunction Self
This is the itkTanSigmoidTransferFunction class.
SmartPointer< Self > Pointer
Control indentation during Print() invocation.
SmartPointer< const Self > ConstPointer