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

Function SetInteractor

Rendering/Context2D/vtkContextMouseEvent.h:53–53  ·  view source on GitHub ↗

* Set the interactor for the mouse event. */

Source from the content-addressed store, hash-verified

51 * Set the interactor for the mouse event.
52 */
53 void SetInteractor(vtkRenderWindowInteractor* interactor) { this->Interactor = interactor; }
54
55 /**
56 * Get the interactor for the mouse event. This can be null, and is provided

Callers 2

SetInteractorMethod · 0.85
SetInteractorMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected