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

Method GetLabel

Modules/Multilabel/src/mitkLabelSetImage.cpp:1406–1414  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1404
1405
1406mitk::Label::ConstPointer mitk::MultiLabelSegmentation::GetLabel(LabelValueType value) const
1407{
1408 auto finding = m_LabelMap.find(value);
1409 if (m_LabelMap.end() != finding)
1410 {
1411 return finding->second;
1412 }
1413 return nullptr;
1414};
1415
1416mitk::Label::Pointer mitk::MultiLabelSegmentation::GetLabel(LabelValueType value)
1417{

Callers 15

MergeLabelsMethod · 0.95
UpdateCenterOfMassMethod · 0.95
UpdateLookupTableMethod · 0.95
IsLabelLockedMethod · 0.95
GetLabelsByValueMethod · 0.95
GetConstLabelsByValueMethod · 0.95
LoadNewJSONPresetFunction · 0.45

Calls 2

findMethod · 0.45
endMethod · 0.45