| 449 | } |
| 450 | |
| 451 | void mitk::MultiLabelSegmentation::ReplaceGroupLabels(const GroupIndexType groupID, const ConstLabelVectorType& labelSet) |
| 452 | { |
| 453 | this->ReplaceGroupLabels({ {groupID, labelSet} }); |
| 454 | } |
| 455 | |
| 456 | void mitk::MultiLabelSegmentation::ReplaceGroupLabels(const GroupIndexType groupID, const LabelVectorType& labelSet) |
| 457 | { |
no test coverage detected