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