12 #ifndef MITKLookupTablePROPERTY_H_HEADER_INCLUDED_C10EEAA8 13 #define MITKLookupTablePROPERTY_H_HEADER_INCLUDED_C10EEAA8 23 #pragma warning(disable : 4522) 54 itkFactorylessNewMacro(
Self);
60 ValueType GetValue() const;
62 void SetLookupTable(const
mitk::LookupTable::Pointer aLookupTable);
63 void SetValue(const ValueType &);
65 std::
string GetValueAsString() const override;
71 LookupTableProperty &operator=(const LookupTableProperty &);
73 itk::LightObject::Pointer InternalClone() const override;
75 bool IsEqual(const
BaseProperty &property) const override;
#define mitkNewMacro1Param(classname, type)
LookupTable::Pointer ValueType
DataCollection - Class to facilitate loading/accessing structured data.
Abstract base class for properties.
The LookupTableProperty class Property to associate mitk::LookupTable to an mitk::DataNode.
#define mitkClassMacro(className, SuperClassName)
LookupTable::Pointer m_LookupTable
The LookupTable class mitk wrapper for a vtkLookupTableThis class can be used to color images with a ...