| 86 | } |
| 87 | |
| 88 | mitk::EnumerationProperty::EnumIdsContainerType::size_type mitk::EnumerationProperty::Size() const |
| 89 | { |
| 90 | return this->GetEnumIds().size(); |
| 91 | } |
| 92 | |
| 93 | mitk::EnumerationProperty::EnumConstIterator mitk::EnumerationProperty::Begin() const |
| 94 | { |