70 #ifndef vtkPickingManager_h 71 #define vtkPickingManager_h 74 #include "vtkRenderingCoreModule.h" 97 vtkGetMacro(Enabled,
bool);
110 void SetOptimizeOnInteractorEvents(
bool optimize);
111 vtkGetMacro(OptimizeOnInteractorEvents,
bool);
183 int GetNumberOfPickers();
198 bool OptimizeOnInteractorEvents;
205 vtkInternal* Internal;
abstract base class for most VTK objects
Class defines API to manage the picking process.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
abstract specification for renderers
platform-independent render window interaction including picking and frame rate control.
a list of nodes that form an assembly path
a simple class to control print indentation
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
abstract API for pickers that can pick an instance of vtkProp
define API for picking subclasses
vtkBooleanMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on...