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

Method GetInteractor

Modules/PythonSegmentation/src/mitknnInteractiveTool.cpp:301–304  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

299}
300
301const Interactor* mitk::nnInteractiveTool::GetInteractor(InteractionType interactionType) const
302{
303 return m_Impl->Interactors.at(interactionType).get();
304}
305
306void mitk::nnInteractiveTool::EnableInteractor(InteractionType nextInteractionType, PromptType promptType)
307{

Callers 10

RotateObjectMethod · 0.80
OnPromptTypeChangedMethod · 0.80
OnInteractorToggledMethod · 0.80
InitRendererMethod · 0.80
Initialize2DvtkCameraMethod · 0.80
ProcessEventsMethod · 0.80
EnableMethod · 0.80
RenderMethod · 0.80
PlaybackInteractionMethod · 0.80

Calls 1

atMethod · 0.80

Tested by 2

RenderMethod · 0.64
PlaybackInteractionMethod · 0.64