13 #ifndef __INITIAL_PARAMETERIZATION_DELEGATE_BASE_H 14 #define __INITIAL_PARAMETERIZATION_DELEGATE_BASE_H 16 #include <itkObject.h> 48 virtual ParametersType GetInitialParameterization()
const = 0;
49 virtual ParametersType GetInitialParameterization(
const IndexType& currentPosition)
const = 0;
61 void operator=(
const Self&);
65 #endif // __MODEL_PARAMETERIZER_BASE_H itk::SmartPointer< const Self > ConstPointer
Base class for (dynamic) models. A model can be used to calculate its signal given the discrete time ...
ModelTraitsInterface::ParametersType ParametersType
DataCollection - Class to facilitate loading/accessing structured data.
::itk::Index< 3 > IndexType
#define MITKMODELFIT_EXPORT
InitialParameterizationDelegateBase Self
ModelBaseType::ParametersType ParametersType
itk::SmartPointer< Self > Pointer