42 #ifndef vtkQuantizePolyDataPoints_h 
   43 #define vtkQuantizePolyDataPoints_h 
   45 #include "vtkFiltersGeneralModule.h"  
   60   vtkGetMacro(QFactor,
double);
 
merge duplicate points, and/or remove unused points and/or remove degenerate cells ...
 
virtual void OperateOnPoint(double in[3], double out[3])
Perform operation on a point. 
 
a simple class to control print indentation 
 
virtual void OperateOnBounds(double in[6], double out[6])
Perform operation on bounds. 
 
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses. 
 
static vtkCleanPolyData * New()
 
~vtkQuantizePolyDataPoints() override
 
quantizes x,y,z coordinates of points