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