ITK  4.2.0
Insight Segmentation and Registration Toolkit
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions
itk::Statistics::MeanSquaredErrorFunction< TMeasurementVector, ScalarType > Class Template Reference

#include <itkMeanSquaredErrorFunction.h>

+ Inheritance diagram for itk::Statistics::MeanSquaredErrorFunction< TMeasurementVector, ScalarType >:
+ Collaboration diagram for itk::Statistics::MeanSquaredErrorFunction< TMeasurementVector, ScalarType >:

List of all members.

Public Types

typedef SmartPointer< const SelfConstPointer
typedef Superclass::ErrorVectorType ErrorVectorType
typedef
Superclass::InternalVectorType 
InternalVectorType
typedef SmartPointer< SelfPointer
typedef MeanSquaredErrorFunction Self
typedef ErrorFunctionBase
< TMeasurementVector,
ScalarType > 
Superclass
- Public Types inherited from itk::Statistics::ErrorFunctionBase< TMeasurementVector, ScalarType >
typedef ScalarType OutputType
- Public Types inherited from itk::FunctionBase< TMeasurementVector, ScalarType >
typedef TMeasurementVector InputType
- 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 TMeasurementVector &Errors) const
virtual InternalVectorType EvaluateDerivative (const TMeasurementVector &Errors) const
virtual const char * GetNameOfClass () const

Static Public Member Functions

static Pointer New ()

Protected Member Functions

 MeanSquaredErrorFunction ()
virtual void PrintSelf (std::ostream &os, Indent indent) const
virtual ~MeanSquaredErrorFunction ()
- Protected Member Functions inherited from itk::Statistics::ErrorFunctionBase< TMeasurementVector, ScalarType >
 ErrorFunctionBase ()
 ~ErrorFunctionBase ()
- Protected Member Functions inherited from itk::FunctionBase< TMeasurementVector, 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 ()

Detailed Description

template<class TMeasurementVector, class ScalarType>
class itk::Statistics::MeanSquaredErrorFunction< TMeasurementVector, ScalarType >

Definition at line 36 of file itkMeanSquaredErrorFunction.h.


Member Typedef Documentation

template<class TMeasurementVector , class ScalarType >
typedef SmartPointer<const Self> itk::Statistics::MeanSquaredErrorFunction< TMeasurementVector, ScalarType >::ConstPointer
template<class TMeasurementVector , class ScalarType >
typedef Superclass::ErrorVectorType itk::Statistics::MeanSquaredErrorFunction< TMeasurementVector, ScalarType >::ErrorVectorType
template<class TMeasurementVector , class ScalarType >
typedef Superclass::InternalVectorType itk::Statistics::MeanSquaredErrorFunction< TMeasurementVector, ScalarType >::InternalVectorType
template<class TMeasurementVector , class ScalarType >
typedef SmartPointer<Self> itk::Statistics::MeanSquaredErrorFunction< TMeasurementVector, ScalarType >::Pointer
template<class TMeasurementVector , class ScalarType >
typedef MeanSquaredErrorFunction itk::Statistics::MeanSquaredErrorFunction< TMeasurementVector, ScalarType >::Self

Standard class typedefs.

Reimplemented from itk::Statistics::ErrorFunctionBase< TMeasurementVector, ScalarType >.

Definition at line 41 of file itkMeanSquaredErrorFunction.h.

template<class TMeasurementVector , class ScalarType >
typedef ErrorFunctionBase<TMeasurementVector, ScalarType> itk::Statistics::MeanSquaredErrorFunction< TMeasurementVector, ScalarType >::Superclass

Constructor & Destructor Documentation

template<class TMeasurementVector , class ScalarType >
itk::Statistics::MeanSquaredErrorFunction< TMeasurementVector, ScalarType >::MeanSquaredErrorFunction ( )
protected
template<class TMeasurementVector , class ScalarType >
virtual itk::Statistics::MeanSquaredErrorFunction< TMeasurementVector, ScalarType >::~MeanSquaredErrorFunction ( )
protectedvirtual

Member Function Documentation

template<class TMeasurementVector , class ScalarType >
virtual::itk::LightObject::Pointer itk::Statistics::MeanSquaredErrorFunction< TMeasurementVector, 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 TMeasurementVector , class ScalarType >
virtual ScalarType itk::Statistics::MeanSquaredErrorFunction< TMeasurementVector, ScalarType >::Evaluate ( const TMeasurementVector &  Errors) const
virtual

Evaluate at the specified Error position

Implements itk::Statistics::ErrorFunctionBase< TMeasurementVector, ScalarType >.

template<class TMeasurementVector , class ScalarType >
virtual InternalVectorType itk::Statistics::MeanSquaredErrorFunction< TMeasurementVector, ScalarType >::EvaluateDerivative ( const TMeasurementVector &  Errors) const
virtual
template<class TMeasurementVector , class ScalarType >
virtual const char* itk::Statistics::MeanSquaredErrorFunction< TMeasurementVector, ScalarType >::GetNameOfClass ( ) const
virtual

Run-time type information (and related methods).

Reimplemented from itk::Statistics::ErrorFunctionBase< TMeasurementVector, ScalarType >.

template<class TMeasurementVector , class ScalarType >
static Pointer itk::Statistics::MeanSquaredErrorFunction< TMeasurementVector, ScalarType >::New ( )
static

Method for creation through the object factory.

Reimplemented from itk::Object.

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

Method to print the object.

Reimplemented from itk::Object.


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