31 bool mitk::LookupTableProperty::IsEqual(
const BaseProperty &property)
const 33 return *(this->
m_LookupTable) == *(static_cast<const Self &>(property).m_LookupTable);
36 bool mitk::LookupTableProperty::Assign(
const BaseProperty &property)
68 itk::LightObject::Pointer mitk::LookupTableProperty::InternalClone()
const 70 itk::LightObject::Pointer result(
new Self(*
this));
void SetValue(const ValueType &)
DataCollection - Class to facilitate loading/accessing structured data.
void SetLookupTable(const mitk::LookupTable::Pointer aLookupTable)
Abstract base class for properties.
The LookupTableProperty class Property to associate mitk::LookupTable to an mitk::DataNode.
std::string GetValueAsString() const override
ValueType GetValue() const
LookupTable::Pointer m_LookupTable