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

Function SetInteractionModeTo3D

Views/Infovis/vtkRenderView.h:90–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88 */
89 virtual void SetInteractionModeTo2D() { this->SetInteractionMode(INTERACTION_MODE_2D); }
90 virtual void SetInteractionModeTo3D() { this->SetInteractionMode(INTERACTION_MODE_3D); }
91
92 /**
93 * Updates the representations, then calls Render() on the render window

Callers

nothing calls this directly

Calls 1

SetInteractionModeMethod · 0.80

Tested by

no test coverage detected