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