Go to the documentation of this file.
42 #ifndef vtkQuantizePolyDataPoints_h
43 #define vtkQuantizePolyDataPoints_h
45 #include "vtkFiltersGeneralModule.h"
60 vtkGetMacro(QFactor,
double);
void OperateOnPoint(double in[3], double out[3]) override
Perform quantization on a point.
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.
quantizes x,y,z coordinates of points
void OperateOnBounds(double in[6], double out[6]) override
Perform quantization on bounds.
a simple class to control print indentation
vtkQuantizePolyDataPoints()
static vtkQuantizePolyDataPoints * New()
~vtkQuantizePolyDataPoints() override