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

Method HandleEvent

Modules/PythonSegmentation/src/mitknnInteractiveInteractor.cpp:128–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 3

OnHandleEventMethod · 0.45
OnHandleEventMethod · 0.45
NotifyMethod · 0.45

Calls 2

IsEnabledMethod · 0.95
OnHandleEventMethod · 0.95

Tested by

no test coverage detected