18 #ifndef itkErrorFunctionBase_h
19 #define itkErrorFunctionBase_h
34 template<
typename TMeasurementVector,
typename TTargetVector>
SmartPointer< const Self > ConstPointer
SmartPointer< Self > Pointer
This is the itkErrorFunctionBase class.
FunctionBase< TMeasurementVector, TTargetVector > Superclass
Base class for all ITK function objects.
virtual InternalVectorType EvaluateDerivative(const ErrorVectorType &) const =0
virtual OutputType Evaluate(const ErrorVectorType &) const override=0
TMeasurementVector ErrorVectorType
Array< double > InternalVectorType
void operator=(const Self &)