32 this->SetLookupTable(lut);
35 bool mitk::LookupTableProperty::IsEqual(
const BaseProperty &property)
const
37 return *(this->m_LookupTable) == *(static_cast<const Self &>(property).m_LookupTable);
40 bool mitk::LookupTableProperty::Assign(
const BaseProperty &property)
42 this->m_LookupTable =
static_cast<const Self &
>(property).m_LookupTable;
60 if ((m_LookupTable != aLookupTable) || (*m_LookupTable != *aLookupTable))
62 m_LookupTable = aLookupTable;
69 SetLookupTable(value);
void SetValue(const ValueType &)
itk::SmartPointer< Self > Pointer
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.
virtual std::string GetValueAsString() const override
ValueType GetValue() const