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

Method GetSegmentedPropertyCategory

Modules/Multilabel/src/mitkLabel.cpp:843–848  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

841}
842
843std::optional<mitk::DICOMCodeSequence> mitk::Label::GetSegmentedPropertyCategory() const
844{
845 PropertyKeyPath basePath;
846 basePath.AddElement(LabelPropertyConstants::GetSegmentedPropertyCategoryPropertyBaseName());
847 return GetDICOMCodeSequenceFromProperties(basePath);
848}
849
850void mitk::Label::SetSegmentedPropertyType(const DICOMCodeSequenceWithModifiers& code)
851{

Callers 5

BuildMetaInfoHandlerMethod · 0.80
TestDICOMFunctionsMethod · 0.80
dataMethod · 0.80

Calls 1

AddElementMethod · 0.80

Tested by 1

TestDICOMFunctionsMethod · 0.64