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

Method SetLookupTable

Modules/Multilabel/src/mitkLabelSetImage.cpp:1091–1095  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1089}
1090
1091void mitk::MultiLabelSegmentation::SetLookupTable(mitk::LookupTable* lut)
1092{
1093 m_LookupTable = lut;
1094 this->Modified();
1095}
1096
1097void mitk::MultiLabelSegmentation::UpdateLookupTable(LabelValueType pixelValue)
1098{

Callers 13

GetPixmapFromImageNodeFunction · 0.45
ApplyVisualPropertiesMethod · 0.45
SetDefaultPropertiesMethod · 0.45
ApplyLookuptableMethod · 0.45
SetDefaultPropertiesMethod · 0.45
ApplyRenderingModeMethod · 0.45
ApplyLookuptableMethod · 0.45
SetDefaultPropertiesMethod · 0.45

Calls 1

ModifiedMethod · 0.45

Tested by

no test coverage detected