#include <itkErrorFunctionBase.h>
Inheritance diagram for itk::Statistics::ErrorFunctionBase< TVector, TOutput >:
Public Types | |
typedef ErrorFunctionBase | Self |
typedef FunctionBase< TVector, TOutput > | Superclass |
typedef SmartPointer< Self > | Pointer |
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 () |
|
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. |
|
Error type Reimplemented in itk::Statistics::MeanSquaredErrorFunction< TVector, ScalarType >, and itk::Statistics::SquaredDifferenceErrorFunction< TVector, ScalarType >. Definition at line 42 of file itkErrorFunctionBase.h. |
|
Output type Reimplemented from itk::FunctionBase< TVector, TOutput >. Definition at line 45 of file itkErrorFunctionBase.h. |
|
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. |
|
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. |
|
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. |
|
Definition at line 53 of file itkErrorFunctionBase.h. |
|
Definition at line 54 of file itkErrorFunctionBase.h. |
|
|
|
|
|
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 >. |