16 #ifndef MITKLookupTablePROPERTY_H_HEADER_INCLUDED_C10EEAA8
17 #define MITKLookupTablePROPERTY_H_HEADER_INCLUDED_C10EEAA8
27 #pragma warning(disable : 4522)
58 itkFactorylessNewMacro(
Self) itkCloneMacro(
Self)
62 ValueType GetValue() const;
64 void SetLookupTable(const
mitk::LookupTable::Pointer aLookupTable);
65 void SetValue(const ValueType &);
67 virtual
std::
string GetValueAsString() const override;
73 LookupTableProperty &operator=(const LookupTableProperty &);
75 itk::LightObject::Pointer InternalClone() const override;
77 virtual
bool IsEqual(const
BaseProperty &property) const override;
78 virtual
bool Assign(const
BaseProperty &property) 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 ...