| 1443 | } |
| 1444 | |
| 1445 | void mitk::nnInteractiveTool::AbortSession() |
| 1446 | { |
| 1447 | this->DisableInteractor(); |
| 1448 | |
| 1449 | // End the dead session first so ResetInteractions() below skips the remote |
| 1450 | // session.reset_interactions() call (guarded by IsSessionRunning()). |
| 1451 | this->EndSession(); |
| 1452 | |
| 1453 | this->ResetInteractions(); |
| 1454 | this->ResetPreviewContent(); |
| 1455 | |
| 1456 | mitk::RenderingManager::GetInstance()->RequestUpdateAll(); |
| 1457 | } |
| 1458 | |
| 1459 | void mitk::nnInteractiveTool::OnTimePointChanged() |
| 1460 | { |
no test coverage detected