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

Method SetSegmentedPropertyType

Modules/Multilabel/src/mitkLabel.cpp:850–855  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

848}
849
850void mitk::Label::SetSegmentedPropertyType(const DICOMCodeSequenceWithModifiers& code)
851{
852 PropertyKeyPath basePath;
853 basePath.AddElement(LabelPropertyConstants::GetSegmentedPropertyTypePropertyBaseName());
854 SetDICOMCodeSequenceAsProperties(basePath, code, true);
855}
856
857std::optional<mitk::DICOMCodeSequenceWithModifiers> mitk::Label::GetSegmentedPropertyType() const
858{

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