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

Method LookupTableProperty

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

Source from the content-addressed store, hash-verified

15#include <nlohmann/json.hpp>
16
17mitk::LookupTableProperty::LookupTableProperty()
18{
19 mitk::LookupTable::Pointer lut = mitk::LookupTable::New();
20 this->SetLookupTable(lut);
21}
22
23mitk::LookupTableProperty::LookupTableProperty(const LookupTableProperty &other)
24 : mitk::BaseProperty(other), m_LookupTable(other.m_LookupTable->Clone())

Callers

nothing calls this directly

Calls 3

SetLookupTableMethod · 0.95
NewFunction · 0.50
CloneMethod · 0.45

Tested by

no test coverage detected