50 #ifndef vtkFastSelectVisiblePoints_h 51 #define vtkFastSelectVisiblePoints_h 53 #include "vtkSelectVisiblePoints.h" 54 #include "vtkSlicerMarkupsModuleVTKWidgetsExport.h" 56 #include <vtkFloatArray.h> 62 void PrintSelf(ostream& os, vtkIndent indent)
override;
74 void SetZBuffer(vtkFloatArray* zBuffer) { this->ZBuffer = zBuffer; };
80 int RequestData(vtkInformation*, vtkInformationVector**, vtkInformationVector*)
override;
void SetZBuffer(vtkFloatArray *zBuffer)
vtkFloatArray * GetZBuffer()
vtkSmartPointer< vtkFloatArray > ZBuffer
extract points that are visible (based on z-buffer calculation)