43 #ifndef vtkScenePicker_h 44 #define vtkScenePicker_h 46 #include "vtkRenderingCoreModule.h" 53 class vtkScenePickerSelectionRenderCommand;
59 friend class vtkScenePickerSelectionRenderCommand;
93 vtkProp* GetViewProp(
int displayPos[2]);
115 void PickRender(
int x0,
int y0,
int x1,
int y1);
118 void Update(
int displayPos[2]);
133 int LastQueriedDisplayPos[2];
abstract superclass for all actors, volumes and annotations
abstract base class for most VTK objects
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
record modification and/or execution time
vtkTimeStamp PickRenderTime
abstract specification for renderers
vtkRenderWindowInteractor * Interactor
vtkTypeBool EnableVertexPicking
platform-independent render window interaction including picking and frame rate control.
a simple class to control print indentation
vtkHardwareSelector * Selector
Picks an entire viewport at one shot.
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on...
vtkScenePickerSelectionRenderCommand * SelectionRenderCommand