39 #ifndef vtkDecimatePolylineFilter_h
40 #define vtkDecimatePolylineFilter_h
66 vtkSetClampMacro(TargetReduction,
double,0.0,1.0);
67 vtkGetMacro(TargetReduction,
double);
74 vtkSetMacro(OutputPointsPrecision,
int);
75 vtkGetMacro(OutputPointsPrecision,
int);
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
#define VTKFILTERSCORE_EXPORT
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()
void PrintSelf(ostream &os, vtkIndent indent)
Superclass for algorithms that produce only polydata as output.
a simple class to control print indentation
int OutputPointsPrecision
vtkSmartPointer< vtkPriorityQueue > PriorityQueue