ITK  4.2.0
Insight Segmentation and Registration Toolkit
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Private Attributes
itk::Statistics::SigmoidTransferFunction< ScalarType > Class Template Reference

#include <itkSigmoidTransferFunction.h>

+ Inheritance diagram for itk::Statistics::SigmoidTransferFunction< ScalarType >:
+ Collaboration diagram for itk::Statistics::SigmoidTransferFunction< ScalarType >:

List of all members.

Public Types

typedef SmartPointer< const SelfConstPointer
typedef SmartPointer< SelfPointer
typedef SigmoidTransferFunction Self
typedef TransferFunctionBase
< ScalarType > 
Superclass
- Public Types inherited from itk::Statistics::TransferFunctionBase< ScalarType >
typedef Array< ScalarType > ArrayType
typedef ScalarType InputType
typedef ScalarType OutputType
- Public Types inherited from itk::FunctionBase< ScalarType, ScalarType >
- Public Types inherited from itk::Object
- Public Types inherited from itk::LightObject

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

Detailed Description

template<class ScalarType>
class itk::Statistics::SigmoidTransferFunction< ScalarType >

This is the itkSigmoidTransferFunction class.

Definition at line 34 of file itkSigmoidTransferFunction.h.


Member Typedef Documentation

template<class ScalarType >
typedef SmartPointer<const Self> itk::Statistics::SigmoidTransferFunction< ScalarType >::ConstPointer
template<class ScalarType >
typedef SmartPointer<Self> itk::Statistics::SigmoidTransferFunction< ScalarType >::Pointer
template<class ScalarType >
typedef SigmoidTransferFunction itk::Statistics::SigmoidTransferFunction< ScalarType >::Self

Standard class typedefs.

Reimplemented from itk::Statistics::TransferFunctionBase< ScalarType >.

Definition at line 40 of file itkSigmoidTransferFunction.h.

template<class ScalarType >
typedef TransferFunctionBase<ScalarType> itk::Statistics::SigmoidTransferFunction< ScalarType >::Superclass

Constructor & Destructor Documentation

template<class ScalarType >
itk::Statistics::SigmoidTransferFunction< ScalarType >::SigmoidTransferFunction ( )
protected
template<class ScalarType >
virtual itk::Statistics::SigmoidTransferFunction< ScalarType >::~SigmoidTransferFunction ( )
protectedvirtual

Member Function Documentation

template<class ScalarType >
virtual::itk::LightObject::Pointer itk::Statistics::SigmoidTransferFunction< ScalarType >::CreateAnother ( void  ) const
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.

template<class ScalarType >
virtual ScalarType itk::Statistics::SigmoidTransferFunction< ScalarType >::Evaluate ( const ScalarType &  input) const
virtual

Evaluate at the specified input position

Implements itk::Statistics::TransferFunctionBase< ScalarType >.

template<class ScalarType >
virtual ScalarType itk::Statistics::SigmoidTransferFunction< ScalarType >::EvaluateDerivative ( const ScalarType &  input) const
virtual

Evaluate the derivative at the specified input position

Implements itk::Statistics::TransferFunctionBase< ScalarType >.

template<class ScalarType >
virtual ScalarType itk::Statistics::SigmoidTransferFunction< ScalarType >::GetAlpha ( )
virtual

Set/Get macros

template<class ScalarType >
virtual ScalarType itk::Statistics::SigmoidTransferFunction< ScalarType >::GetBeta ( )
virtual

Set/Get macros

template<class ScalarType >
virtual const char* itk::Statistics::SigmoidTransferFunction< ScalarType >::GetNameOfClass ( ) const
virtual

Run-time type information (and related methods).

Reimplemented from itk::Statistics::TransferFunctionBase< ScalarType >.

template<class ScalarType >
virtual ScalarType itk::Statistics::SigmoidTransferFunction< ScalarType >::GetOutputMaximum ( )
virtual

Set/Get macros

template<class ScalarType >
virtual ScalarType itk::Statistics::SigmoidTransferFunction< ScalarType >::GetOutputMinimum ( )
virtual

Set/Get macros

template<class ScalarType >
static Pointer itk::Statistics::SigmoidTransferFunction< ScalarType >::New ( )
static

Method for creation through the object factory.

Reimplemented from itk::Object.

template<class ScalarType >
virtual void itk::Statistics::SigmoidTransferFunction< ScalarType >::PrintSelf ( std::ostream &  os,
Indent  indent 
) const
protectedvirtual

Method to print the object.

Reimplemented from itk::Statistics::TransferFunctionBase< ScalarType >.

template<class ScalarType >
virtual void itk::Statistics::SigmoidTransferFunction< ScalarType >::SetAlpha ( ScalarType  _arg)
virtual

Set/Get macros

template<class ScalarType >
virtual void itk::Statistics::SigmoidTransferFunction< ScalarType >::SetBeta ( ScalarType  _arg)
virtual

Set/Get macros

template<class ScalarType >
virtual void itk::Statistics::SigmoidTransferFunction< ScalarType >::SetOutputMaximum ( ScalarType  _arg)
virtual

Set/Get macros

template<class ScalarType >
virtual void itk::Statistics::SigmoidTransferFunction< ScalarType >::SetOutputMinimum ( ScalarType  _arg)
virtual

Set/Get macros


Member Data Documentation

template<class ScalarType >
ScalarType itk::Statistics::SigmoidTransferFunction< ScalarType >::m_Alpha
private

Definition at line 78 of file itkSigmoidTransferFunction.h.

template<class ScalarType >
ScalarType itk::Statistics::SigmoidTransferFunction< ScalarType >::m_Beta
private

Definition at line 79 of file itkSigmoidTransferFunction.h.

template<class ScalarType >
ScalarType itk::Statistics::SigmoidTransferFunction< ScalarType >::m_OutputMaximum
private

Definition at line 81 of file itkSigmoidTransferFunction.h.

template<class ScalarType >
ScalarType itk::Statistics::SigmoidTransferFunction< ScalarType >::m_OutputMinimum
private

Definition at line 80 of file itkSigmoidTransferFunction.h.


The documentation for this class was generated from the following file: