ITK
4.4.0
Insight Segmentation and Registration Toolkit
|
#include <itkSigmoidTransferFunction.h>
This is the itkSigmoidTransferFunction class.
Definition at line 34 of file itkSigmoidTransferFunction.h.
Public Member Functions | |
virtual ::itk::LightObject::Pointer | CreateAnother (void) const |
virtual ScalarType | Evaluate (const ScalarType &input) const |
virtual ScalarType | EvaluateDerivative (const ScalarType &input) const |
virtual const char * | GetNameOfClass () 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 | |
static Pointer | New () |
Protected Member Functions | |
virtual void | PrintSelf (std::ostream &os, Indent indent) const |
SigmoidTransferFunction () | |
virtual | ~SigmoidTransferFunction () |
Protected Member Functions inherited from itk::Statistics::TransferFunctionBase< ScalarType > | |
TransferFunctionBase () | |
~TransferFunctionBase () | |
Protected Member Functions inherited from itk::FunctionBase< ScalarType, ScalarType > | |
FunctionBase () | |
~FunctionBase () | |
Protected Member Functions inherited from itk::Object | |
Object () | |
bool | PrintObservers (std::ostream &os, Indent indent) const |
virtual void | SetTimeStamp (const TimeStamp &time) |
virtual | ~Object () |
Protected Member Functions inherited from itk::LightObject | |
virtual LightObject::Pointer | InternalClone () const |
LightObject () | |
virtual void | PrintHeader (std::ostream &os, Indent indent) const |
virtual void | PrintTrailer (std::ostream &os, Indent indent) const |
virtual | ~LightObject () |
Private Attributes | |
ScalarType | m_Alpha |
ScalarType | m_Beta |
ScalarType | m_OutputMaximum |
ScalarType | m_OutputMinimum |
Additional Inherited Members | |
Protected Types inherited from itk::LightObject | |
typedef int | InternalReferenceCountType |
Protected Attributes inherited from itk::LightObject | |
InternalReferenceCountType | m_ReferenceCount |
SimpleFastMutexLock | m_ReferenceCountLock |
typedef SmartPointer<const Self> itk::Statistics::SigmoidTransferFunction< ScalarType >::ConstPointer |
Definition at line 42 of file itkSigmoidTransferFunction.h.
typedef SmartPointer<Self> itk::Statistics::SigmoidTransferFunction< ScalarType >::Pointer |
Definition at line 41 of file itkSigmoidTransferFunction.h.
typedef SigmoidTransferFunction itk::Statistics::SigmoidTransferFunction< ScalarType >::Self |
Standard class typedefs.
Definition at line 39 of file itkSigmoidTransferFunction.h.
typedef TransferFunctionBase<ScalarType> itk::Statistics::SigmoidTransferFunction< ScalarType >::Superclass |
Definition at line 40 of file itkSigmoidTransferFunction.h.
|
protected |
|
protectedvirtual |
|
virtual |
Create an object from an instance, potentially deferring to a factory. This method allows you to create an instance of an object that is exactly the same type as the referring object. This is useful in cases where an object has been cast back to a base class.
Reimplemented from itk::Object.
|
virtual |
Evaluate at the specified input position
Implements itk::Statistics::TransferFunctionBase< ScalarType >.
|
virtual |
Evaluate the derivative at the specified input position
Implements itk::Statistics::TransferFunctionBase< ScalarType >.
|
virtual |
Set/Get macros
|
virtual |
Set/Get macros
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::Statistics::TransferFunctionBase< ScalarType >.
|
virtual |
Set/Get macros
|
virtual |
Set/Get macros
|
static |
Method for creation through the object factory.
|
protectedvirtual |
Method to print the object.
Reimplemented from itk::Statistics::TransferFunctionBase< ScalarType >.
|
virtual |
Set/Get macros
|
virtual |
Set/Get macros
|
virtual |
Set/Get macros
|
virtual |
Set/Get macros
|
private |
Definition at line 77 of file itkSigmoidTransferFunction.h.
|
private |
Definition at line 78 of file itkSigmoidTransferFunction.h.
|
private |
Definition at line 80 of file itkSigmoidTransferFunction.h.
|
private |
Definition at line 79 of file itkSigmoidTransferFunction.h.