32#ifndef __vtkboneSelectVisiblePoints_h
33#define __vtkboneSelectVisiblePoints_h
49 vtkSetMacro(Tolerance,
float);
50 vtkGetMacro(Tolerance,
float);
56 vtkSetVector3Macro(NormalVector,
double);
57 vtkGetVector3Macro(NormalVector,
double);
80 double NormalVector[3];
void operator=(const vtkObjectBase &)
Selects points that are not obscured by a set of Polygons.
virtual int FillInputPortInformation(int port, vtkInformation *info) override
void PrintSelf(ostream &os, vtkIndent indent) override
~vtkboneSelectVisiblePoints()
static vtkboneSelectVisiblePoints * New()
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) override
static double LineBoundsIntersection(double P[3], double V[3], double bounds[6])
vtkboneSelectVisiblePoints()