Medical Imaging Interaction Toolkit
2023.12.00
Medical Imaging Interaction Toolkit
|
#include <mitkReducedChiSquareFitCostFunction.h>
Public Types | |
typedef ReducedChiSquareFitCostFunction | Self |
typedef mitk::SVModelFitCostFunction | Superclass |
typedef itk::SmartPointer< Self > | Pointer |
typedef itk::SmartPointer< const Self > | ConstPointer |
typedef Superclass::SignalType | SignalType |
Public Types inherited from mitk::SVModelFitCostFunction | |
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 |
Static Public Member Functions | |
static Pointer | New () |
Protected Member Functions | |
MeasureType | CalcMeasure (const ParametersType ¶meters, const SignalType &signal) const override |
ReducedChiSquareFitCostFunction () | |
~ReducedChiSquareFitCostFunction () override | |
Protected Member Functions inherited from mitk::SVModelFitCostFunction | |
SVModelFitCostFunction () | |
~SVModelFitCostFunction () override | |
Protected Member Functions inherited from mitk::ModelFitCostFunctionInterface | |
ModelFitCostFunctionInterface () | |
virtual | ~ModelFitCostFunctionInterface () |
Additional Inherited Members | |
Public Member Functions inherited from mitk::SVModelFitCostFunction | |
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 Attributes inherited from mitk::SVModelFitCostFunction | |
SignalType | m_Sample |
Definition at line 23 of file mitkReducedChiSquareFitCostFunction.h.
typedef itk::SmartPointer< const Self > mitk::ReducedChiSquareFitCostFunction::ConstPointer |
Definition at line 29 of file mitkReducedChiSquareFitCostFunction.h.
Definition at line 28 of file mitkReducedChiSquareFitCostFunction.h.
Definition at line 26 of file mitkReducedChiSquareFitCostFunction.h.
Definition at line 30 of file mitkReducedChiSquareFitCostFunction.h.
Definition at line 27 of file mitkReducedChiSquareFitCostFunction.h.
|
inlineprotected |
Definition at line 38 of file mitkReducedChiSquareFitCostFunction.h.
|
inlineoverrideprotected |
Definition at line 43 of file mitkReducedChiSquareFitCostFunction.h.
|
overrideprotectedvirtual |
Implements mitk::SVModelFitCostFunction.
|
static |