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

Method GetSegmentedPropertyType

Modules/Multilabel/src/mitkLabel.cpp:857–862  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

855}
856
857std::optional<mitk::DICOMCodeSequenceWithModifiers> mitk::Label::GetSegmentedPropertyType() const
858{
859 PropertyKeyPath basePath;
860 basePath.AddElement(LabelPropertyConstants::GetSegmentedPropertyTypePropertyBaseName());
861 return GetDICOMCodeSequenceWithModifiersFromProperties(basePath);
862}
863
864void mitk::Label::PrintSelf(std::ostream & /*os*/, itk::Indent /*indent*/) const
865{

Callers 5

BuildMetaInfoHandlerMethod · 0.80
TestDICOMFunctionsMethod · 0.80
dataMethod · 0.80

Calls 1

AddElementMethod · 0.80

Tested by 1

TestDICOMFunctionsMethod · 0.64