Main Page   Groups   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Concepts

itk::Statistics::ErrorFunctionBase< TVector, TOutput > Class Template Reference

#include <itkErrorFunctionBase.h>

Inheritance diagram for itk::Statistics::ErrorFunctionBase< TVector, TOutput >:

Inheritance graph
[legend]
Collaboration diagram for itk::Statistics::ErrorFunctionBase< TVector, TOutput >:

Collaboration graph
[legend]
List of all members.

Public Types

typedef ErrorFunctionBase Self
typedef FunctionBase< TVector,
TOutput > 
Superclass
typedef SmartPointer< SelfPointer
typedef SmartPointer< const
Self
ConstPointer
typedef TVector ErrorVectorType
typedef TOutput OutputType

Public Member Functions

virtual const char * GetNameOfClass () const
virtual OutputType Evaluate (const ErrorVectorType &) const=0
virtual ErrorVectorType EvaluateDerivative (const ErrorVectorType &) const=0

Protected Member Functions

 ErrorFunctionBase ()
virtual ~ErrorFunctionBase ()

template<class TVector, class TOutput>
class itk::Statistics::ErrorFunctionBase< TVector, TOutput >


Member Typedef Documentation

template<class TVector, class TOutput>
typedef SmartPointer<const Self> itk::Statistics::ErrorFunctionBase< TVector, TOutput >::ConstPointer
 

Reimplemented from itk::FunctionBase< TVector, TOutput >.

Reimplemented in itk::Statistics::MeanSquaredErrorFunction< TVector, ScalarType >, and itk::Statistics::SquaredDifferenceErrorFunction< TVector, ScalarType >.

Definition at line 36 of file itkErrorFunctionBase.h.

template<class TVector, class TOutput>
typedef TVector itk::Statistics::ErrorFunctionBase< TVector, TOutput >::ErrorVectorType
 

Error type

Reimplemented in itk::Statistics::MeanSquaredErrorFunction< TVector, ScalarType >, and itk::Statistics::SquaredDifferenceErrorFunction< TVector, ScalarType >.

Definition at line 42 of file itkErrorFunctionBase.h.

template<class TVector, class TOutput>
typedef TOutput itk::Statistics::ErrorFunctionBase< TVector, TOutput >::OutputType
 

Output type

Reimplemented from itk::FunctionBase< TVector, TOutput >.

Definition at line 45 of file itkErrorFunctionBase.h.

template<class TVector, class TOutput>
typedef SmartPointer<Self> itk::Statistics::ErrorFunctionBase< TVector, TOutput >::Pointer
 

Reimplemented from itk::FunctionBase< TVector, TOutput >.

Reimplemented in itk::Statistics::MeanSquaredErrorFunction< TVector, ScalarType >, and itk::Statistics::SquaredDifferenceErrorFunction< TVector, ScalarType >.

Definition at line 35 of file itkErrorFunctionBase.h.

template<class TVector, class TOutput>
typedef ErrorFunctionBase itk::Statistics::ErrorFunctionBase< TVector, TOutput >::Self
 

Standard class typedefs.

Reimplemented from itk::FunctionBase< TVector, TOutput >.

Reimplemented in itk::Statistics::MeanSquaredErrorFunction< TVector, ScalarType >, and itk::Statistics::SquaredDifferenceErrorFunction< TVector, ScalarType >.

Definition at line 33 of file itkErrorFunctionBase.h.

template<class TVector, class TOutput>
typedef FunctionBase<TVector, TOutput> itk::Statistics::ErrorFunctionBase< TVector, TOutput >::Superclass
 

Reimplemented from itk::FunctionBase< TVector, TOutput >.

Reimplemented in itk::Statistics::MeanSquaredErrorFunction< TVector, ScalarType >, and itk::Statistics::SquaredDifferenceErrorFunction< TVector, ScalarType >.

Definition at line 34 of file itkErrorFunctionBase.h.


Constructor & Destructor Documentation

template<class TVector, class TOutput>
itk::Statistics::ErrorFunctionBase< TVector, TOutput >::ErrorFunctionBase  )  [inline, protected]
 

Definition at line 53 of file itkErrorFunctionBase.h.

template<class TVector, class TOutput>
virtual itk::Statistics::ErrorFunctionBase< TVector, TOutput >::~ErrorFunctionBase  )  [inline, protected, virtual]
 

Definition at line 54 of file itkErrorFunctionBase.h.


Member Function Documentation

template<class TVector, class TOutput>
virtual OutputType itk::Statistics::ErrorFunctionBase< TVector, TOutput >::Evaluate const ErrorVectorType  )  const [pure virtual]
 

template<class TVector, class TOutput>
virtual ErrorVectorType itk::Statistics::ErrorFunctionBase< TVector, TOutput >::EvaluateDerivative const ErrorVectorType  )  const [pure virtual]
 

template<class TVector, class TOutput>
virtual const char* itk::Statistics::ErrorFunctionBase< TVector, TOutput >::GetNameOfClass  )  const [virtual]
 

Run-time type information (and related methods).

Reimplemented from itk::FunctionBase< TVector, TOutput >.

Reimplemented in itk::Statistics::MeanSquaredErrorFunction< TVector, ScalarType >, and itk::Statistics::SquaredDifferenceErrorFunction< TVector, ScalarType >.


The documentation for this class was generated from the following file:
Generated at Thu May 25 03:04:19 2006 for ITK by doxygen 1.3.5 written by Dimitri van Heesch, © 1997-2000