17 #ifndef MITK_PLANE_DECORATION_PROPERTY__H
18 #define MITK_PLANE_DECORATION_PROPERTY__H
26 #pragma warning(disable : 4522)
47 itkFactorylessNewMacro(
Self) itkCloneMacro(
Self)
57 PLANE_DECORATION_NEGATIVE_ORIENTATION
63 virtual int GetPlaneDecoration();
68 virtual void SetPlaneDecorationToNone();
73 virtual void SetPlaneDecorationToPositiveOrientation();
78 virtual void SetPlaneDecorationToNegativeOrientation();
80 using BaseProperty::operator=;
104 virtual bool AddEnum(
const std::string &name,
const IdType &
id)
override;
109 virtual void AddDecorationTypes();
itk::SmartPointer< Self > Pointer
#define mitkNewMacro1Param(classname, type)
DataCollection - Class to facilitate loading/accessing structured data.
Abstract base class for properties.
#define mitkClassMacro(className, SuperClassName)