 |
VTK
9.1.0
|
Go to the documentation of this file.
63 #ifndef vtkDecimatePolylineFilter_h
64 #define vtkDecimatePolylineFilter_h
66 #include "vtkFiltersCoreModule.h"
95 vtkSetClampMacro(TargetReduction,
double, 0.0, 1.0);
96 vtkGetMacro(TargetReduction,
double);
107 vtkGetMacro(MaximumError,
double);
116 vtkSetMacro(OutputPointsPrecision,
int);
117 vtkGetMacro(OutputPointsPrecision,
int);
vtkDecimatePolylineFilter()
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
double ComputeError(vtkPolyData *input, Polyline *polyline, vtkIdType id)
a list of ids arranged in priority order
int OutputPointsPrecision
static vtkDecimatePolylineFilter * New()
Instantiate this object with a target reduction of 0.90.
reduce the number of lines in a polyline
vtkSmartPointer< vtkPriorityQueue > PriorityQueue
void PrintSelf(ostream &os, vtkIndent indent) override
Standard methods for type information and printing.
a simple class to control print indentation
~vtkDecimatePolylineFilter() override
concrete dataset represents vertices, lines, polygons, and triangle strips
Superclass for algorithms that produce only polydata as output.