18 #ifndef itkSymmetricSigmoidTransferFunction_h
19 #define itkSymmetricSigmoidTransferFunction_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;
65 virtual
void PrintSelf( std::ostream& os,
Indent indent ) const ITK_OVERRIDE;
71 #ifndef ITK_MANUAL_INSTANTIATION
72 #include "itkSymmetricSigmoidTransferFunction.hxx"
Light weight base class for most itk classes.
This is the itkTransferFunctionBase class.
This is the itkSymmetricSigmoidTransferFunction class.
SmartPointer< const Self > ConstPointer
SymmetricSigmoidTransferFunction Self
SmartPointer< Self > Pointer
Control indentation during Print() invocation.
TransferFunctionBase< ScalarType > Superclass