Medical Imaging Interaction Toolkit
2024.06.00
Medical Imaging Interaction Toolkit
|
Go to the documentation of this file.
13 #ifndef mitkDummyModelFitFunctor_h
14 #define mitkDummyModelFitFunctor_h
16 #include <itkObject.h>
41 itkSetMacro(DerivativeStepLength,
double);
42 itkGetMacro(DerivativeStepLength,
double);
69 double m_DerivativeStepLength;
ModelBase::ParameterNamesType ParameterNamesType
std::vector< ParameterImagePixelType > OutputPixelArrayType
ModelFitFunctorBase Superclass
DummyModelFitFunctor Self
ModelTraitsInterface::ParametersType ParametersType
#define MITKMODELFIT_EXPORT
Find image slices visible on a given plane.
ModelFitCostFunctionInterface::SignalType SignalType
std::map< std::string, ParameterImagePixelType > DebugParameterMapType
Superclass::ParametersType ParametersType
itk::SmartPointer< const Self > ConstPointer
ModelBase::ParametersType ParametersType
Superclass::InputPixelArrayType InputPixelArrayType
Superclass::SignalType SignalType
Superclass::OutputPixelArrayType OutputPixelArrayType
Base class for (dynamic) models. A model can be used to calculate its signal given the discrete time ...
std::vector< ParameterImagePixelType > InputPixelArrayType
itk::SmartPointer< Self > Pointer