13 #ifndef __DUMMYMODELFITFUNCTOR_H 14 #define __DUMMYMODELFITFUNCTOR_H 16 #include <itkObject.h> 41 itkSetMacro(DerivativeStepLength,
double);
42 itkGetMacro(DerivativeStepLength,
double);
55 ParametersType DoModelFit(
const SignalType& value,
const ModelBase* model,
59 OutputPixelArrayType GetCriteria(
const ModelBase* model,
const ParametersType& parameters,
60 const SignalType& sample)
const override;
69 double m_DerivativeStepLength;
76 #endif // __DUMMYMODELFITFUNCTOR_H Base class for (dynamic) models. A model can be used to calculate its signal given the discrete time ...
ModelTraitsInterface::ParametersType ParametersType
std::vector< ParameterImagePixelType > InputPixelArrayType
std::map< std::string, ParameterImagePixelType > DebugParameterMapType
DataCollection - Class to facilitate loading/accessing structured data.
ModelBase::ParameterNamesType ParameterNamesType
#define MITKMODELFIT_EXPORT
Superclass::ParametersType ParametersType
ModelFitCostFunctionInterface::SignalType SignalType
ModelBase::ParametersType ParametersType
std::vector< ParameterImagePixelType > OutputPixelArrayType
itk::SmartPointer< Self > Pointer
Superclass::OutputPixelArrayType OutputPixelArrayType
ModelFitFunctorBase Superclass
itk::SmartPointer< const Self > ConstPointer
DummyModelFitFunctor Self
Superclass::SignalType SignalType
Superclass::InputPixelArrayType InputPixelArrayType