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

Function SetInteractionModeTo2D

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

* Set the interaction mode for the view. Choices are: * vtkRenderView::INTERACTION_MODE_2D - 2D interactor * vtkRenderView::INTERACTION_MODE_3D - 3D interactor */

Source from the content-addressed store, hash-verified

87 * vtkRenderView::INTERACTION_MODE_3D - 3D interactor
88 */
89 virtual void SetInteractionModeTo2D() { this->SetInteractionMode(INTERACTION_MODE_2D); }
90 virtual void SetInteractionModeTo3D() { this->SetInteractionMode(INTERACTION_MODE_3D); }
91
92 /**

Callers

nothing calls this directly

Calls 1

SetInteractionModeMethod · 0.80

Tested by

no test coverage detected