41 #ifndef __vtkDecimatePolylineFilter_h
42 #define __vtkDecimatePolylineFilter_h
67 vtkSetClampMacro(TargetReduction,
double,0.0,1.0);
68 vtkGetMacro(TargetReduction,
double);
80 int GetPrev(
int iId );
81 int GetNext(
int iId );
83 struct vtkDecimatePolylineVertexErrorSTLMap;
84 vtkDecimatePolylineVertexErrorSTLMap*
ErrorMap;
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
concrete dataset represents vertices, lines, polygons, and triangle strips
reduce the number of lines in a polyline
an 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
vtkSmartPointer< vtkPriorityQueue > PriorityQueue
vtkDecimatePolylineVertexErrorSTLMap * ErrorMap