22 #ifndef vtkZSpaceHardwarePicker_h
23 #define vtkZSpaceHardwarePicker_h
26 #include "vtkRenderingZSpaceModule.h"
29 VTK_ABI_NAMESPACE_BEGIN
45 virtual int PickProp(
const double pos[3],
const double wxyz[4],
int fieldAssociation,
58 vtkSetMacro(PointPickingRadius,
int);
59 vtkGetMacro(PointPickingRadius,
int);
67 int PointPickingRadius = 30;
vtkSmartPointer< vtkSelection > Selection
pick an actor/prop using graphics hardware
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.
Pick an actor/prop given the stylus position and orientation.