41 #ifndef __vtkQuantizePolyDataPoints_h
42 #define __vtkQuantizePolyDataPoints_h
44 #include "vtkFiltersGeneralModule.h"
52 void PrintSelf(ostream& os, vtkIndent indent);
56 vtkSetClampMacro(QFactor,
double,1E-5,VTK_FLOAT_MAX);
57 vtkGetMacro(QFactor,
double);
~vtkQuantizePolyDataPoints()
merge duplicate points, and/or remove unused points and/or remove degenerate cells ...
virtual void OperateOnPoint(double in[3], double out[3])
virtual void OperateOnBounds(double in[6], double out[6])
void PrintSelf(ostream &os, vtkIndent indent)
static vtkCleanPolyData * New()
quantizes x,y,z coordinates of points