#include <itkSigmoidTransferFunction.h>
Inheritance diagram for itk::Statistics::SigmoidTransferFunction< ScalarType >:
Public Types | |
typedef SigmoidTransferFunction | Self |
typedef TransferFunctionBase< ScalarType > | Superclass |
typedef SmartPointer< Self > | Pointer |
typedef SmartPointer< const Self > | ConstPointer |
Public Member Functions | |
virtual const char * | GetNameOfClass () const |
ScalarType | Evaluate (const ScalarType &input) const |
ScalarType | EvaluateDerivative (const ScalarType &input) const |
virtual void | SetAlpha (ScalarType _arg) |
virtual ScalarType | GetAlpha () |
virtual void | SetBeta (ScalarType _arg) |
virtual ScalarType | GetBeta () |
virtual void | SetOutputMinimum (ScalarType _arg) |
virtual ScalarType | GetOutputMinimum () |
virtual void | SetOutputMaximum (ScalarType _arg) |
virtual ScalarType | GetOutputMaximum () |
Static Public Member Functions | |
Pointer | New () |
Protected Member Functions | |
SigmoidTransferFunction () | |
~SigmoidTransferFunction () | |
virtual void | PrintSelf (std::ostream &os, Indent indent) const |
|
Reimplemented from itk::Statistics::TransferFunctionBase< ScalarType >. Definition at line 38 of file itkSigmoidTransferFunction.h. |
|
Reimplemented from itk::Statistics::TransferFunctionBase< ScalarType >. Definition at line 37 of file itkSigmoidTransferFunction.h. |
|
Standard class typedefs. Reimplemented from itk::Statistics::TransferFunctionBase< ScalarType >. Definition at line 35 of file itkSigmoidTransferFunction.h. |
|
Reimplemented from itk::Statistics::TransferFunctionBase< ScalarType >. Definition at line 36 of file itkSigmoidTransferFunction.h. |
|
|
|
|
|
Evaluate at the specified input position |
|
Evaluate the derivative at the specified input position |
|
Set/Get macros |
|
Set/Get macros |
|
Run-time type information (and related methods). Reimplemented from itk::Statistics::TransferFunctionBase< ScalarType >. |
|
Set/Get macros |
|
Set/Get macros |
|
Method for creation through the object factory. Reimplemented from itk::Object. |
|
Method to print the object. Reimplemented from itk::Statistics::TransferFunctionBase< ScalarType >. |
|
Set/Get macros |
|
Set/Get macros |
|
Set/Get macros |
|
Set/Get macros |