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

Function AddLabelMissing

Modules/Multilabel/src/mitkDICOMSegmentationPropertyHelper.cpp:68–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66 }
67
68 void AddLabelMissing(std::vector<mitk::DICOMSegmentationPropertyHelper::MissingItem>& out,
69 mitk::Label::PixelType labelValue,
70 const std::string& description)
71 {
72 mitk::DICOMSegmentationPropertyHelper::MissingItem item;
73 item.scope = mitk::DICOMSegmentationPropertyHelper::MissingItem::Scope::Label;
74 item.identifier = std::to_string(labelValue);
75 item.description = description;
76 out.push_back(item);
77 }
78
79 struct SegmentationLevelRequirement
80 {

Callers 1

ValidateMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected