45 #ifndef vtkScenePicker_h
46 #define vtkScenePicker_h
55 class vtkScenePickerSelectionRenderCommand;
61 friend class vtkScenePickerSelectionRenderCommand;
84 vtkProp* GetViewProp(
int displayPos[2]);
90 vtkSetMacro(EnableVertexPicking,
int);
91 vtkGetMacro(EnableVertexPicking,
int);
92 vtkBooleanMacro(EnableVertexPicking,
int);
104 void PickRender(
int x0,
int y0,
int x1,
int y1);
107 void Update(
int displayPos[2]);
122 int LastQueriedDisplayPos[2];
abstract superclass for all actors, volumes and annotations
abstract base class for most VTK objects
record modification and/or execution time
vtkTimeStamp PickRenderTime
abstract specification for renderers
vtkRenderWindowInteractor * Interactor
platform-independent render window interaction including picking and frame rate control.
virtual void PrintSelf(ostream &os, vtkIndent indent)
a simple class to control print indentation
vtkHardwareSelector * Selector
#define VTKRENDERINGCORE_EXPORT
manager for OpenGL-based selection.
Picks an entire viewport at one shot.
vtkScenePickerSelectionRenderCommand * SelectionRenderCommand