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