Medical Imaging Interaction Toolkit
2024.12.99-d991a09f
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 |
![]() | |
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 |
![]() | |
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 | |
![]() | |
SVModelFitCostFunction () | |
~SVModelFitCostFunction () override | |
![]() | |
ModelFitCostFunctionInterface () | |
virtual | ~ModelFitCostFunctionInterface () |
Additional Inherited Members | |
![]() | |
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 |
![]() | |
virtual const ModelBase * | GetModel () const =0 |
![]() | |
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 |