13 #ifndef _MITK_VTK_REPRESENTATION_PROPERTY__H_ 14 #define _MITK_VTK_REPRESENTATION_PROPERTY__H_ 22 #pragma warning(disable : 4522) 36 itkFactorylessNewMacro(
Self);
48 virtual int GetVtkRepresentation();
53 virtual void SetRepresentationToPoints();
58 virtual void SetRepresentationToWireframe();
63 virtual void SetRepresentationToSurface();
65 using BaseProperty::operator=;
91 bool AddEnum(
const std::string &name,
const IdType &
id)
override;
97 virtual void AddRepresentationTypes();
103 itk::LightObject::Pointer InternalClone()
const override;
#define mitkNewMacro1Param(classname, type)
DataCollection - Class to facilitate loading/accessing structured data.
Abstract base class for properties.
#define mitkClassMacro(className, SuperClassName)