| 783 | } |
| 784 | |
| 785 | std::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 | |
| 794 | void mitk::Label::RemoveAnatomicRegion(std::size_t index) |
| 795 | { |