13 #ifndef __VALUE_BASED_PARAMETERIZATION_DELEGATE_H 14 #define __VALUE_BASED_PARAMETERIZATION_DELEGATE_H 16 #include <itkObject.h> 37 itkFactorylessNewMacro(Self);
48 void SetInitialParameterization(ParametersType params);
53 ParametersType GetInitialParameterization()
const override;
54 ParametersType GetInitialParameterization(
const IndexType& currentPosition)
const override;
68 void operator=(
const Self&);
72 #endif // __MODEL_PARAMETERIZER_BASE_H itk::SmartPointer< const Self > ConstPointer
Superclass::IndexType IndexType
itk::SmartPointer< Self > Pointer
DataCollection - Class to facilitate loading/accessing structured data.
#define MITKMODELFIT_EXPORT
ValueBasedParameterizationDelegate Self
Superclass::ModelBaseType ModelBaseType
InitialParameterizationDelegateBase Superclass
ModelBaseType::ParametersType ParametersType
Superclass::ParametersType ParametersType
ParametersType m_Parameterization