Medical Imaging Interaction Toolkit
2023.12.00
Medical Imaging Interaction Toolkit
|
#include <mitkSquaredDifferencesFitCostFunction.h>
Public Types | |
typedef SquaredDifferencesFitCostFunction | Self |
typedef mitk::MVModelFitCostFunction | Superclass |
typedef itk::SmartPointer< Self > | Pointer |
typedef itk::SmartPointer< const Self > | ConstPointer |
typedef Superclass::SignalType | SignalType |
Public Types inherited from mitk::MVModelFitCostFunction | |
typedef MVModelFitCostFunction | Self |
typedef itk::MultipleValuedCostFunction | Superclass |
typedef itk::SmartPointer< Self > | Pointer |
typedef itk::SmartPointer< const Self > | ConstPointer |
typedef ModelFitCostFunctionInterface::SignalType | SignalType |
typedef Superclass::MeasureType | MeasureType |
typedef Superclass::DerivativeType | DerivativeType |
Public Types inherited from mitk::ModelFitCostFunctionInterface | |
typedef ModelFitCostFunctionInterface | Self |
typedef itk::Array< double > | SignalType |
Static Public Member Functions | |
static Pointer | New () |
Protected Member Functions | |
MeasureType | CalcMeasure (const ParametersType ¶meters, const SignalType &signal) const override |
SquaredDifferencesFitCostFunction () | |
~SquaredDifferencesFitCostFunction () override | |
Protected Member Functions inherited from mitk::MVModelFitCostFunction | |
MVModelFitCostFunction () | |
~MVModelFitCostFunction () override | |
Protected Member Functions inherited from mitk::ModelFitCostFunctionInterface | |
ModelFitCostFunctionInterface () | |
virtual | ~ModelFitCostFunctionInterface () |
Additional Inherited Members | |
Public Member Functions inherited from mitk::MVModelFitCostFunction | |
void | SetSample (const SignalType &sampleSet) override |
MeasureType | GetValue (const ParametersType ¶meter) const override |
void | GetDerivative (const ParametersType ¶meters, DerivativeType &derivative) const override |
unsigned int | GetNumberOfValues (void) const override |
unsigned int | GetNumberOfParameters (void) const override |
virtual void | SetModel (const ModelBase *_arg) |
virtual const ModelBase * | GetModel () |
virtual void | SetDerivativeStepLength (double _arg) |
virtual double | GetDerivativeStepLength () const |
Public Member Functions inherited from mitk::ModelFitCostFunctionInterface | |
virtual const ModelBase * | GetModel () const =0 |
Protected Attributes inherited from mitk::MVModelFitCostFunction | |
SignalType | m_Sample |
Multi valued model fit cost function that computes the squared differences between the model output and the signal.
Definition at line 26 of file mitkSquaredDifferencesFitCostFunction.h.
typedef itk::SmartPointer< const Self > mitk::SquaredDifferencesFitCostFunction::ConstPointer |
Definition at line 33 of file mitkSquaredDifferencesFitCostFunction.h.
Definition at line 32 of file mitkSquaredDifferencesFitCostFunction.h.
Definition at line 30 of file mitkSquaredDifferencesFitCostFunction.h.
typedef Superclass::SignalType mitk::SquaredDifferencesFitCostFunction::SignalType |
Definition at line 35 of file mitkSquaredDifferencesFitCostFunction.h.
Definition at line 31 of file mitkSquaredDifferencesFitCostFunction.h.
|
inlineprotected |
Definition at line 43 of file mitkSquaredDifferencesFitCostFunction.h.
|
inlineoverrideprotected |
Definition at line 47 of file mitkSquaredDifferencesFitCostFunction.h.
|
overrideprotectedvirtual |
Implements mitk::MVModelFitCostFunction.
|
static |