Go to the documentation of this file.
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;
a list of ids arranged in priority order
Hold a reference to a vtkObjectBase instance.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
reduce the number of lines in a polyline
a simple class to control print indentation
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
concrete dataset represents vertices, lines, polygons, and triangle strips
static vtkPolyDataAlgorithm * New()
Superclass for algorithms that produce only polydata as output.