ITK
4.2.0
Insight Segmentation and Registration Toolkit
|
#include <itkErrorFunctionBase.h>
Public Types | |
typedef SmartPointer< const Self > | ConstPointer |
typedef TMeasurementVector | ErrorVectorType |
typedef Array< double > | InternalVectorType |
typedef TTargetVector | OutputType |
typedef SmartPointer< Self > | Pointer |
typedef ErrorFunctionBase | Self |
typedef FunctionBase < TMeasurementVector, TTargetVector > | Superclass |
Public Types inherited from itk::FunctionBase< TMeasurementVector, TTargetVector > | |
typedef TMeasurementVector | InputType |
Public Types inherited from itk::Object | |
Public Types inherited from itk::LightObject |
Public Member Functions | |
virtual OutputType | Evaluate (const ErrorVectorType &) const =0 |
virtual InternalVectorType | EvaluateDerivative (const ErrorVectorType &) const =0 |
virtual const char * | GetNameOfClass () const |
Protected Member Functions | |
ErrorFunctionBase () | |
~ErrorFunctionBase () | |
Protected Member Functions inherited from itk::FunctionBase< TMeasurementVector, TTargetVector > | |
FunctionBase () | |
~FunctionBase () | |
Protected Member Functions inherited from itk::Object | |
Object () | |
bool | PrintObservers (std::ostream &os, Indent indent) const |
virtual void | PrintSelf (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 Member Functions | |
ErrorFunctionBase (const Self &) | |
void | operator= (const Self &) |
This is the itkErrorFunctionBase class.
Definition at line 35 of file itkErrorFunctionBase.h.
typedef SmartPointer<const Self> itk::Statistics::ErrorFunctionBase< TMeasurementVector, TTargetVector >::ConstPointer |
Reimplemented from itk::FunctionBase< TMeasurementVector, TTargetVector >.
Reimplemented in itk::Statistics::MeanSquaredErrorFunction< TMeasurementVector, ScalarType >, and itk::Statistics::SquaredDifferenceErrorFunction< TMeasurementVector, ScalarType >.
Definition at line 42 of file itkErrorFunctionBase.h.
typedef TMeasurementVector itk::Statistics::ErrorFunctionBase< TMeasurementVector, TTargetVector >::ErrorVectorType |
Error type
Reimplemented in itk::Statistics::SquaredDifferenceErrorFunction< TMeasurementVector, ScalarType >, and itk::Statistics::MeanSquaredErrorFunction< TMeasurementVector, ScalarType >.
Definition at line 45 of file itkErrorFunctionBase.h.
typedef Array<double> itk::Statistics::ErrorFunctionBase< TMeasurementVector, TTargetVector >::InternalVectorType |
Reimplemented in itk::Statistics::SquaredDifferenceErrorFunction< TMeasurementVector, ScalarType >, and itk::Statistics::MeanSquaredErrorFunction< TMeasurementVector, ScalarType >.
Definition at line 53 of file itkErrorFunctionBase.h.
typedef TTargetVector itk::Statistics::ErrorFunctionBase< TMeasurementVector, TTargetVector >::OutputType |
Output type
Reimplemented from itk::FunctionBase< TMeasurementVector, TTargetVector >.
Definition at line 51 of file itkErrorFunctionBase.h.
typedef SmartPointer<Self> itk::Statistics::ErrorFunctionBase< TMeasurementVector, TTargetVector >::Pointer |
Reimplemented from itk::FunctionBase< TMeasurementVector, TTargetVector >.
Reimplemented in itk::Statistics::MeanSquaredErrorFunction< TMeasurementVector, ScalarType >, and itk::Statistics::SquaredDifferenceErrorFunction< TMeasurementVector, ScalarType >.
Definition at line 41 of file itkErrorFunctionBase.h.
typedef ErrorFunctionBase itk::Statistics::ErrorFunctionBase< TMeasurementVector, TTargetVector >::Self |
Standard class typedefs.
Reimplemented from itk::FunctionBase< TMeasurementVector, TTargetVector >.
Reimplemented in itk::Statistics::MeanSquaredErrorFunction< TMeasurementVector, ScalarType >, and itk::Statistics::SquaredDifferenceErrorFunction< TMeasurementVector, ScalarType >.
Definition at line 39 of file itkErrorFunctionBase.h.
typedef FunctionBase<TMeasurementVector, TTargetVector> itk::Statistics::ErrorFunctionBase< TMeasurementVector, TTargetVector >::Superclass |
Reimplemented from itk::FunctionBase< TMeasurementVector, TTargetVector >.
Reimplemented in itk::Statistics::MeanSquaredErrorFunction< TMeasurementVector, ScalarType >, and itk::Statistics::SquaredDifferenceErrorFunction< TMeasurementVector, ScalarType >.
Definition at line 40 of file itkErrorFunctionBase.h.
|
inlineprotected |
Definition at line 61 of file itkErrorFunctionBase.h.
|
inlineprotected |
Definition at line 62 of file itkErrorFunctionBase.h.
|
private |
|
pure virtual |
Evaluate at the specified input position
Implements itk::FunctionBase< TMeasurementVector, TTargetVector >.
Implemented in itk::Statistics::SquaredDifferenceErrorFunction< TMeasurementVector, ScalarType >, and itk::Statistics::MeanSquaredErrorFunction< TMeasurementVector, ScalarType >.
|
pure virtual |
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::FunctionBase< TMeasurementVector, TTargetVector >.
Reimplemented in itk::Statistics::SquaredDifferenceErrorFunction< TMeasurementVector, ScalarType >, and itk::Statistics::MeanSquaredErrorFunction< TMeasurementVector, ScalarType >.
|
private |
Mutex lock to protect modification to the reference count
Reimplemented from itk::FunctionBase< TMeasurementVector, TTargetVector >.