| 1372 | } |
| 1373 | |
| 1374 | bool mitk::MultiLabelSegmentation::ExistLabel(LabelValueType value) const |
| 1375 | { |
| 1376 | auto finding = m_LabelMap.find(value); |
| 1377 | return m_LabelMap.end() != finding; |
| 1378 | } |
| 1379 | |
| 1380 | bool mitk::MultiLabelSegmentation::ExistLabel(LabelValueType value, GroupIndexType groupIndex) const |
| 1381 | { |