| 446 | } |
| 447 | |
| 448 | void QmitkMultiLabelManager::OnLoadPreset() |
| 449 | { |
| 450 | QmitkLoadMultiLabelPreset({ this->GetMultiLabelSegmentation() }); |
| 451 | } |
| 452 | |
| 453 | void QmitkMultiLabelManager::OnGoToLabel(mitk::MultiLabelSegmentation::LabelValueType label, const mitk::Point3D& position) const |
| 454 | { |
nothing calls this directly
no test coverage detected