 |
VTK
9.0.1
|
Go to the documentation of this file.
44 #ifndef vtkDecimatePolylineFilter_h
45 #define vtkDecimatePolylineFilter_h
47 #include "vtkFiltersCoreModule.h"
76 vtkSetClampMacro(TargetReduction,
double, 0.0, 1.0);
77 vtkGetMacro(TargetReduction,
double);
88 vtkGetMacro(MaximumError,
double);
97 vtkSetMacro(OutputPointsPrecision,
int);
98 vtkGetMacro(OutputPointsPrecision,
int);
a list of ids arranged in priority order
int OutputPointsPrecision
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
vtkSmartPointer< vtkPriorityQueue > PriorityQueue
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
a simple class to control print indentation
concrete dataset represents vertices, lines, polygons, and triangle strips
static vtkPolyDataAlgorithm * New()
Superclass for algorithms that produce only polydata as output.