18 #ifndef __itkSigmoidTransferFunction_h
19 #define __itkSigmoidTransferFunction_h
33 template<
typename TScalar>
89 #ifndef ITK_MANUAL_INSTANTIATION
90 #include "itkSigmoidTransferFunction.hxx"
virtual ScalarType Evaluate(const ScalarType &input) const
ScalarType m_OutputMaximum
Light weight base class for most itk classes.
SigmoidTransferFunction()
NumericTraits< ScalarType >::RealType RealType
This is the itkTransferFunctionBase class.
This is the itkSigmoidTransferFunction class.
ScalarType m_OutputMinimum
SigmoidTransferFunction Self
SmartPointer< Self > Pointer
virtual void PrintSelf(std::ostream &os, Indent indent) const
Control indentation during Print() invocation.
SmartPointer< const Self > ConstPointer
Define additional traits for native types such as int or float.
TransferFunctionBase< TScalar > Superclass
virtual ~SigmoidTransferFunction()
virtual ScalarType EvaluateDerivative(const ScalarType &input) const