22#ifndef vtkZSpaceHardwarePicker_h
23#define vtkZSpaceHardwarePicker_h
26#include "vtkRenderingZSpaceModule.h"
29VTK_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;
a simple class to control print indentation
pick an actor/prop using graphics hardware
abstract specification for renderers
data object that represents a "selection" in VTK.
Hold a reference to a vtkObjectBase instance.
Pick an actor/prop given the stylus position and orientation.
vtkSmartPointer< vtkSelection > Selection
~vtkZSpaceHardwarePicker() override=default
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkSelection * GetSelection()
Return the latest selection.
virtual int PickProp(const double pos[3], const double wxyz[4], int fieldAssociation, vtkRenderer *renderer, bool actorPassOnly)
Perform a pick from the user-provided list of vtkProps.
vtkZSpaceHardwarePicker()=default
static vtkZSpaceHardwarePicker * New()