| 1388 | } |
| 1389 | |
| 1390 | bool mitk::MultiLabelSegmentation::ExistGroup(GroupIndexType index) const |
| 1391 | { |
| 1392 | return index < m_GroupContainer.size(); |
| 1393 | } |
| 1394 | |
| 1395 | mitk::MultiLabelSegmentation::GroupIndexType mitk::MultiLabelSegmentation::GetGroupIndexOfLabel(LabelValueType value) const |
| 1396 | { |