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;
reduce the number of lines in a polyline
~vtkDecimatePolylineFilter() override
static vtkDecimatePolylineFilter * New()
Instantiate this object with a target reduction of 0.90.
vtkDecimatePolylineFilter()
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
Superclass for algorithms that produce only polydata as output.
concrete dataset represents vertices, lines, polygons, and triangle strips
a list of ids arranged in priority order
Hold a reference to a vtkObjectBase instance.
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.