|  | VTK
    9.0.1
    | 
 
 
 
Go to the documentation of this file.
   29 #ifndef vtkOpenVRHardwarePicker_h 
   30 #define vtkOpenVRHardwarePicker_h 
   33 #include "vtkRenderingOpenVRModule.h"  
   49   virtual int PickProp(
double selectionPt[3], 
double eventWorldOrientation[4],
 
  
vtkSelection * GetSelection()
data object that represents a "selection" in VTK.
void Initialize() override
pick an actor/prop given a controller position and orientation
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
static vtkPropPicker * New()
a simple class to control print indentation
int PickProp(double selectionX, double selectionY, vtkRenderer *renderer)
Perform the pick and set the PickedProp ivar.
pick an actor/prop using graphics hardware
abstract specification for renderers