50 #ifndef __vtkSelectVisiblePoints_h
51 #define __vtkSelectVisiblePoints_h
73 if (this->Renderer != ren)
85 vtkSetMacro(SelectionWindow,
int);
86 vtkGetMacro(SelectionWindow,
int);
87 vtkBooleanMacro(SelectionWindow,
int);
93 vtkSetVector4Macro(Selection,
int);
94 vtkGetVectorMacro(Selection,
int,4);
100 vtkSetMacro(SelectInvisible,
int);
101 vtkGetMacro(SelectInvisible,
int);
102 vtkBooleanMacro(SelectInvisible,
int);
110 vtkGetMacro(Tolerance,
double);
116 float * Initialize(
bool getZbuff);
120 bool IsPointOccluded(
const double x[],
float *zPtr);
137 int InternalSelection[4];