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

#include <itkSymmetricSigmoidTransferFunction.h>

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

List of all members.

Public Types

typedef SmartPointer< const SelfConstPointer
typedef SmartPointer< SelfPointer
typedef
SymmetricSigmoidTransferFunction 
Self
typedef TransferFunctionBase
< ScalarType > 
Superclass

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

Static Public Member Functions

static Pointer New ()

Protected Member Functions

virtual void PrintSelf (std::ostream &os, Indent indent) const
 SymmetricSigmoidTransferFunction ()
virtual ~SymmetricSigmoidTransferFunction ()

Protected Attributes

ScalarType m_Offset
ScalarType m_Range

Detailed Description

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

This is the itkSymmetricSigmoidTransferFunction class.

Definition at line 34 of file itkSymmetricSigmoidTransferFunction.h.


Member Typedef Documentation

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

Standard class typedefs.

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

Definition at line 39 of file itkSymmetricSigmoidTransferFunction.h.

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

Constructor & Destructor Documentation

template<class ScalarType >
itk::Statistics::SymmetricSigmoidTransferFunction< ScalarType >::SymmetricSigmoidTransferFunction ( ) [protected]
template<class ScalarType >
virtual itk::Statistics::SymmetricSigmoidTransferFunction< ScalarType >::~SymmetricSigmoidTransferFunction ( ) [protected, virtual]

Member Function Documentation

template<class ScalarType >
virtual::itk::LightObject::Pointer itk::Statistics::SymmetricSigmoidTransferFunction< 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::SymmetricSigmoidTransferFunction< 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::SymmetricSigmoidTransferFunction< ScalarType >::EvaluateDerivative ( const ScalarType &  input) const [virtual]

Evaluate the derivative at the specified input position

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

template<class ScalarType >
virtual const char* itk::Statistics::SymmetricSigmoidTransferFunction< ScalarType >::GetNameOfClass ( ) const [virtual]

Run-time type information (and related methods).

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

template<class ScalarType >
static Pointer itk::Statistics::SymmetricSigmoidTransferFunction< ScalarType >::New ( ) [static]

Method for creation through the object factory.

Reimplemented from itk::Object.

template<class ScalarType >
virtual void itk::Statistics::SymmetricSigmoidTransferFunction< ScalarType >::PrintSelf ( std::ostream &  os,
Indent  indent 
) const [protected, virtual]

Method to print the object.

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


Member Data Documentation

template<class ScalarType >
ScalarType itk::Statistics::SymmetricSigmoidTransferFunction< ScalarType >::m_Offset [protected]

Definition at line 62 of file itkSymmetricSigmoidTransferFunction.h.

template<class ScalarType >
ScalarType itk::Statistics::SymmetricSigmoidTransferFunction< ScalarType >::m_Range [protected]

Definition at line 61 of file itkSymmetricSigmoidTransferFunction.h.


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