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

Method GetLabels

Modules/Multilabel/src/mitkLabelSetImage.cpp:1437–1446  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1435}
1436
1437const mitk::MultiLabelSegmentation::ConstLabelVectorType mitk::MultiLabelSegmentation::GetLabels() const
1438{
1439 ConstLabelVectorType result;
1440 for (auto [value, label] : m_LabelMap)
1441 {
1442 (void)value; // Prevent unused variable error in older compilers
1443 result.emplace_back(label);
1444 }
1445 return result;
1446}
1447
1448const mitk::MultiLabelSegmentation::LabelVectorType mitk::MultiLabelSegmentation::GetLabels()
1449{

Callers 8

CreateNewLabelMethod · 0.80
ValidateMethod · 0.80
CompleteMethod · 0.80
GetLabelMappingMethod · 0.80
OnToolDeactivatedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected