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

Method GetAnatomicRegionCount

Modules/Multilabel/src/mitkLabel.cpp:785–792  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

783}
784
785std::size_t mitk::Label::GetAnatomicRegionCount() const
786{
787 PropertyKeyPath searchPath;
788 searchPath.AddAnySelection(LabelPropertyConstants::GetAnatomicRegionPropertyBaseName());
789 searchPath.AddElement(LabelPropertyConstants::GetValuePropertySubName());
790
791 return FindIndexedPropertyNames(this, searchPath).size();
792}
793
794void mitk::Label::RemoveAnatomicRegion(std::size_t index)
795{

Callers 5

BuildMetaInfoHandlerMethod · 0.80
TestDICOMFunctionsMethod · 0.80
dataMethod · 0.80

Calls 3

FindIndexedPropertyNamesFunction · 0.85
AddElementMethod · 0.80
sizeMethod · 0.45

Tested by 1

TestDICOMFunctionsMethod · 0.64