17 #ifndef _MITK_GRID_REPRESENTATION_PROPERTY__H_
18 #define _MITK_GRID_REPRESENTATION_PROPERTY__H_
48 itkFactorylessNewMacro(Self) itkCloneMacro(Self)
57 virtual
void SetRepresentationToPoints();
62 virtual
void SetRepresentationToWireframe();
67 virtual
void SetRepresentationToSurface();
72 virtual
void SetRepresentationToWireframeSurface();
78 GridRepresentationProperty();
80 GridRepresentationProperty(const GridRepresentationProperty &other);
87 GridRepresentationProperty(const IdType &value);
94 GridRepresentationProperty(const
std::
string &value);
100 virtual
bool AddEnum(const
std::
string &name, const IdType &
id) override;
106 virtual
void AddRepresentationTypes();
109 virtual
itk::LightObject::
Pointer InternalClone() const override;
112 #endif // _MITK_GRID_REPRESENTATION_PROPERTY__H_
#define mitkNewMacro1Param(classname, type)
#define MITKDATATYPESEXT_EXPORT
DataCollection - Class to facilitate loading/accessing structured data.
#define mitkClassMacro(className, SuperClassName)