26 #ifndef vtkOpenVRHardwarePicker_h 27 #define vtkOpenVRHardwarePicker_h 30 #include "vtkRenderingOpenVRModule.h" 46 virtual int PickProp(
double selectionPt[3],
double eventWorldOrientation[4],
50 return this->Selection; }
vtkSelection * GetSelection()
pick an actor/prop given a controller position and orientation
pick an actor/prop using graphics hardware
void Initialize() override
abstract specification for renderers
data object that represents a "selection" in VTK.
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.