MCPcopy Create free account
hub / github.com/Kitware/VTK / SetInteractor

Method SetInteractor

Rendering/VR/vtkVRInteractorStyle.cxx:1520–1528  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

1518
1519//------------------------------------------------------------------------------
1520void vtkVRInteractorStyle::SetInteractor(vtkRenderWindowInteractor* iren)
1521{
1522 this->Superclass::SetInteractor(iren);
1523
1524 if (iren)
1525 {
1526 this->SetupActions(iren);
1527 }
1528}
1529
1530//------------------------------------------------------------------------------
1531void vtkVRInteractorStyle::EndPickCallback(vtkSelection* sel)

Callers 3

ShowSubMenuMethod · 0.45
EndActionMethod · 0.45

Calls 1

SetupActionsMethod · 0.45

Tested by 1