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

Method MultiLabelSegmentation

Modules/Multilabel/src/mitkLabelSetImage.cpp:103–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101};
102
103mitk::MultiLabelSegmentation::MultiLabelSegmentation()
104 : mitk::SlicedData(), m_ActiveLabelValue(0), m_UnlabeledLabelLock(false)
105{
106 m_LookupTable = mitk::LookupTable::New();
107 m_LookupTable->SetType(mitk::LookupTable::MULTILABEL);
108
109 DICOMSegmentationPropertyHelper::Complete(this,
110 DICOMSegmentationPropertyHelper::CompletionOptions{});
111}
112
113mitk::MultiLabelSegmentation::MultiLabelSegmentation(const mitk::MultiLabelSegmentation &other)
114 : SlicedData(other),

Callers 15

segFunction · 0.80
test_emptyMethod · 0.80
test_spacingMethod · 0.80
test_set_spacingMethod · 0.80
test_originMethod · 0.80

Calls 6

AddGroupMethod · 0.95
SetTypeMethod · 0.80
GetConstLabelsByValueMethod · 0.80
GetLabelValuesByGroupMethod · 0.80
NewFunction · 0.50
CloneMethod · 0.45

Tested by 15

segFunction · 0.64
test_emptyMethod · 0.64
test_spacingMethod · 0.64
test_set_spacingMethod · 0.64
test_originMethod · 0.64