| 126 | } |
| 127 | |
| 128 | void mitk::nnInteractive::Interactor::HandleEvent(InteractionEvent* event) |
| 129 | { |
| 130 | if (this->IsEnabled()) |
| 131 | this->OnHandleEvent(event); |
| 132 | } |
| 133 | |
| 134 | void mitk::nnInteractive::Interactor::Enable(PromptType promptType) |
| 135 | { |
no test coverage detected