13 #ifndef MITKIMAGEBASEDPARAMETERIZATIONDELEGATE_H 14 #define MITKIMAGEBASEDPARAMETERIZATIONDELEGATE_H 18 #include <itkObject.h> 38 itkFactorylessNewMacro(Self);
52 ParametersType GetInitialParameterization()
const override;
53 ParametersType GetInitialParameterization(
const IndexType& currentPosition)
const override;
63 void AddInitialParameterImage(
const mitk::Image*
image, ParametersType::size_type paramIndex);
66 typedef std::map<ParametersType::size_type, mitk::Image::ConstPointer>
ImageMapType;
77 void operator=(
const Self&);
81 #endif // MITKTWOCXINITIALPARAMETERIZATIONDELEGATE_H itk::SmartPointer< const Self > ConstPointer
Superclass::IndexType IndexType
std::map< ParametersType::size_type, mitk::Image::ConstPointer > ImageMapType
Superclass::IndexType IndexType
Superclass::ParametersType ParametersType
DataCollection - Class to facilitate loading/accessing structured data.
#define MITKMODELFIT_EXPORT
itk::SmartPointer< Self > Pointer
Image class for storing images.
mitk::Image::Pointer image
Superclass::ModelBaseType ModelBaseType
ImageMapType m_ParameterImageMap
Superclass::ParametersType ParametersType
ValueBasedParameterizationDelegate Superclass
ImageBasedParameterizationDelegate Self
Superclass::ModelBaseType ModelBaseType