| 932 | } |
| 933 | |
| 934 | mitk::nnInteractiveTool* QmitknnInteractiveToolGUI::GetTool() |
| 935 | { |
| 936 | return this->GetConnectedToolAs<mitk::nnInteractiveTool>(); |
| 937 | } |
| 938 | |
| 939 | void QmitknnInteractiveToolGUI::OnActiveLabelChanged(const mitk::MultiLabelSegmentation::LabelValueVectorType& labels) |
| 940 | { |
no outgoing calls
no test coverage detected