45 #ifndef __vtkScenePicker_h
46 #define __vtkScenePicker_h
48 #include "vtkRenderingCoreModule.h"
55 class vtkScenePickerSelectionRenderCommand;
61 friend class vtkScenePickerSelectionRenderCommand;
80 vtkIdType GetVertexId(
int displayPos[2] );
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];