| 1114 | } |
| 1115 | |
| 1116 | unsigned int mitk::MultiLabelSegmentation::GetNumberOfLabels(unsigned int group) const |
| 1117 | { |
| 1118 | if (group >= m_Groups.size()) mitkThrow() << "Cannot get number of labels in group. Group is unknown. Invalid index:" << group; |
| 1119 | return m_GroupToLabelMap[group].size(); |
| 1120 | } |
| 1121 | |
| 1122 | unsigned int mitk::MultiLabelSegmentation::GetTotalNumberOfLabels() const |
| 1123 | { |