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

Method GetPrimaryAnatomicStructureCount

Modules/Multilabel/src/mitkLabel.cpp:820–827  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

818}
819
820std::size_t mitk::Label::GetPrimaryAnatomicStructureCount() const
821{
822 PropertyKeyPath searchPath;
823 searchPath.AddAnySelection(LabelPropertyConstants::GetPrimaryAnatomicStructurePropertyBaseName());
824 searchPath.AddElement(LabelPropertyConstants::GetValuePropertySubName());
825
826 return FindIndexedPropertyNames(this, searchPath).size();
827}
828
829void mitk::Label::RemovePrimaryAnatomicStructure(std::size_t index)
830{

Callers 4

TestDICOMFunctionsMethod · 0.80
dataMethod · 0.80

Calls 3

FindIndexedPropertyNamesFunction · 0.85
AddElementMethod · 0.80
sizeMethod · 0.45

Tested by 1

TestDICOMFunctionsMethod · 0.64