| 157 | } |
| 158 | |
| 159 | void QmitkMultiLabelSelectionWidget::SetSelectedLabel(mitk::MultiLabelSegmentation::LabelValueType selectedLabel) |
| 160 | { |
| 161 | this->SetSelectedLabels({ selectedLabel }); |
| 162 | } |
| 163 | |
| 164 | QmitkMultiLabelSelectionWidget::LabelValueVectorType QmitkMultiLabelSelectionWidget::GetSelectedLabels() const |
| 165 | { |
nothing calls this directly
no test coverage detected