37 #ifndef vtkDecimatePolylineFilter_h
38 #define vtkDecimatePolylineFilter_h
40 #include "vtkFiltersCoreModule.h"
70 vtkSetClampMacro(TargetReduction,
double,0.0,1.0);
71 vtkGetMacro(TargetReduction,
double);
81 vtkGetMacro(OutputPointsPrecision,
int);
96 double TargetReduction;
97 int OutputPointsPrecision;
Hold a reference to a vtkObjectBase instance.
concrete dataset represents vertices, lines, polygons, and triangle strips
reduce the number of lines in a polyline
a list of ids arranged in priority order
static vtkPolyDataAlgorithm * New()
Superclass for algorithms that produce only polydata as output.
a simple class to control print indentation
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.