50 #ifndef __vtkSelectVisiblePoints_h
51 #define __vtkSelectVisiblePoints_h
53 #include "vtkRenderingCoreModule.h"
74 if (this->Renderer != ren)
86 vtkSetMacro(SelectionWindow,
int);
87 vtkGetMacro(SelectionWindow,
int);
88 vtkBooleanMacro(SelectionWindow,
int);
94 vtkSetVector4Macro(Selection,
int);
95 vtkGetVectorMacro(Selection,
int,4);
101 vtkSetMacro(SelectInvisible,
int);
102 vtkGetMacro(SelectInvisible,
int);
103 vtkBooleanMacro(SelectInvisible,
int);
111 vtkGetMacro(Tolerance,
double);
117 float * Initialize(
bool getZbuff);
121 bool IsPointOccluded(
const double x[3],
const float *zPtr);
138 int InternalSelection[4];