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

Method SetSegmentedPropertyCategory

Modules/Multilabel/src/mitkLabel.cpp:836–841  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

834}
835
836void mitk::Label::SetSegmentedPropertyCategory(const DICOMCodeSequence& code)
837{
838 PropertyKeyPath basePath;
839 basePath.AddElement(LabelPropertyConstants::GetSegmentedPropertyCategoryPropertyBaseName());
840 SetDICOMCodeSequenceAsProperties(basePath, code, false);
841}
842
843std::optional<mitk::DICOMCodeSequence> mitk::Label::GetSegmentedPropertyCategory() const
844{

Callers 4

SetLabelPropertiesMethod · 0.80
TestDICOMFunctionsMethod · 0.80
BuildBaseSegFunction · 0.80

Calls 1

AddElementMethod · 0.80

Tested by 2

TestDICOMFunctionsMethod · 0.64
BuildBaseSegFunction · 0.64