| 282 | } |
| 283 | |
| 284 | void mitk::nnInteractiveTool::Deactivated() |
| 285 | { |
| 286 | this->DisableInteractor(); |
| 287 | this->ResetInteractions(); |
| 288 | |
| 289 | this->EndSession(); |
| 290 | |
| 291 | Superclass::Deactivated(); |
| 292 | |
| 293 | this->DeactivatedEvent.Send(); |
| 294 | } |
| 295 | |
| 296 | const mitk::nnInteractiveTool::InteractorMap& mitk::nnInteractiveTool::GetInteractors() const |
| 297 | { |
nothing calls this directly
no test coverage detected