| 365 | } |
| 366 | |
| 367 | void QmitkMultiLabelInspector::SetSelectedLabel(mitk::MultiLabelSegmentation::LabelValueType selectedLabel) |
| 368 | { |
| 369 | this->SetSelectedLabels({ selectedLabel }); |
| 370 | } |
| 371 | |
| 372 | QmitkMultiLabelInspector::LabelValueVectorType QmitkMultiLabelInspector::GetSelectedLabelsFromSelectionModel() const |
| 373 | { |
no test coverage detected