40 #ifndef vtkDecimatePolylineFilter_h
41 #define vtkDecimatePolylineFilter_h
43 #include "vtkFiltersCoreModule.h"
73 vtkSetClampMacro(TargetReduction,
double,0.0,1.0);
74 vtkGetMacro(TargetReduction,
double);
84 vtkGetMacro(OutputPointsPrecision,
int);
99 double TargetReduction;
100 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.