|
Medical Imaging Interaction Toolkit
2025.08.00
Medical Imaging Interaction Toolkit
|
#include <mitkSVModelFitCostFunction.h>


Public Types | |
| typedef SVModelFitCostFunction | Self |
| typedef itk::SingleValuedCostFunction | 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 |
Public Member Functions | |
| void | SetSample (const SignalType &sampleSet) override |
| MeasureType | GetValue (const ParametersType ¶meter) const override |
| void | GetDerivative (const ParametersType ¶meters, DerivativeType &derivative) 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 Member Functions | |
| virtual MeasureType | CalcMeasure (const ParametersType ¶meters, const SignalType &signal) const =0 |
| SVModelFitCostFunction () | |
| ~SVModelFitCostFunction () override | |
Protected Member Functions inherited from mitk::ModelFitCostFunctionInterface | |
| ModelFitCostFunctionInterface () | |
| virtual | ~ModelFitCostFunctionInterface () |
Protected Attributes | |
| SignalType | m_Sample |
Base class for all model fit cost function that return a single cost value
Definition at line 27 of file mitkSVModelFitCostFunction.h.
| typedef itk::SmartPointer< const Self > mitk::SVModelFitCostFunction::ConstPointer |
Definition at line 34 of file mitkSVModelFitCostFunction.h.
| typedef Superclass::DerivativeType mitk::SVModelFitCostFunction::DerivativeType |
Definition at line 38 of file mitkSVModelFitCostFunction.h.
| typedef Superclass::MeasureType mitk::SVModelFitCostFunction::MeasureType |
Definition at line 37 of file mitkSVModelFitCostFunction.h.
Definition at line 33 of file mitkSVModelFitCostFunction.h.
Definition at line 31 of file mitkSVModelFitCostFunction.h.
Definition at line 36 of file mitkSVModelFitCostFunction.h.
| typedef itk::SingleValuedCostFunction mitk::SVModelFitCostFunction::Superclass |
Definition at line 32 of file mitkSVModelFitCostFunction.h.
|
inlineprotected |
Definition at line 57 of file mitkSVModelFitCostFunction.h.
|
inlineoverrideprotected |
Definition at line 61 of file mitkSVModelFitCostFunction.h.
|
protectedpure virtual |
|
override |
|
virtual |
|
virtual |
|
override |
|
override |
|
virtual |
|
virtual |
Implements mitk::ModelFitCostFunctionInterface.
|
overridevirtual |
Implements mitk::ModelFitCostFunctionInterface.
|
protected |
Definition at line 63 of file mitkSVModelFitCostFunction.h.