MCPcopy Create free account
hub / github.com/MITK/MITK / Deactivated

Method Deactivated

Modules/PythonSegmentation/src/mitknnInteractiveTool.cpp:284–294  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

282}
283
284void 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
296const mitk::nnInteractiveTool::InteractorMap& mitk::nnInteractiveTool::GetInteractors() const
297{

Callers

nothing calls this directly

Calls 4

DisableInteractorMethod · 0.95
ResetInteractionsMethod · 0.95
EndSessionMethod · 0.95
SendMethod · 0.45

Tested by

no test coverage detected