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

Function SetSelectionModeToFrustum

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

Source from the content-addressed store, hash-verified

136 vtkGetMacro(SelectionMode, int);
137 void SetSelectionModeToSurface() { this->SetSelectionMode(SURFACE); }
138 void SetSelectionModeToFrustum() { this->SetSelectionMode(FRUSTUM); }
139 ///@}
140
141 /**

Callers

nothing calls this directly

Calls 1

SetSelectionModeMethod · 0.80

Tested by

no test coverage detected