26 #ifndef vtkOpenVRHardwarePicker_h 27 #define vtkOpenVRHardwarePicker_h 29 #include "vtkRenderingOpenVRModule.h" 46 virtual int PickProp(
double selectionPt[3],
double eventWorldOrientation[4],
50 return this->Selection; }
vtkSelection * GetSelection()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
pick an actor/prop given a controller position and orientation
void Initialize() override
abstract specification for renderers
A node in a selection tree.
pick an actor/prop given a controller position and orientation
a simple class to control print indentation
static vtkOpenVRPropPicker * New()
int PickProp(double selectionX, double selectionY, vtkRenderer *renderer)
Perform the pick and set the PickedProp ivar.