35 #ifndef vtkDecimatePolylineFilter_h
36 #define vtkDecimatePolylineFilter_h
38 #include "vtkFiltersCoreModule.h"
43 VTK_ABI_NAMESPACE_BEGIN
68 vtkSetClampMacro(TargetReduction,
double, 0.0, 1.0);
69 vtkGetMacro(TargetReduction,
double);
80 vtkGetMacro(MaximumError,
double);
89 vtkSetMacro(OutputPointsPrecision,
int);
90 vtkGetMacro(OutputPointsPrecision,
int);
112 VTK_ABI_NAMESPACE_END
vtkSmartPointer< vtkPriorityQueue > PriorityQueue
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
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
int OutputPointsPrecision
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.