| 917 | } |
| 918 | |
| 919 | void mitk::MultiLabelSegmentation::EraseLabels(const LabelValueVectorType& labelValues) |
| 920 | { |
| 921 | for (auto labelValue : labelValues) |
| 922 | { |
| 923 | this->EraseLabel(labelValue); |
| 924 | } |
| 925 | } |
| 926 | |
| 927 | mitk::MultiLabelSegmentation::LabelValueType mitk::MultiLabelSegmentation::GetUnusedLabelValue() const |
| 928 | { |