MCPcopy Create free account
hub / github.com/MITK/MITK / SetLookupTable

Method SetLookupTable

Modules/Core/src/DataManagement/mitkLookupTableProperty.cpp:69–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67}
68
69void mitk::LookupTableProperty::SetLookupTable(const mitk::LookupTable::Pointer aLookupTable)
70{
71 if ((m_LookupTable != aLookupTable) || (*m_LookupTable != *aLookupTable))
72 {
73 m_LookupTable = aLookupTable;
74 Modified();
75 }
76}
77
78void mitk::LookupTableProperty::SetValue(const ValueType &value)
79{

Callers 2

LookupTablePropertyMethod · 0.95
FromJSONMethod · 0.95

Calls 1

ModifiedFunction · 0.85

Tested by

no test coverage detected