41 #ifndef vtkDecimatePolylineFilter_h
42 #define vtkDecimatePolylineFilter_h
68 vtkSetClampMacro(TargetReduction,
double,0.0,1.0);
69 vtkGetMacro(TargetReduction,
double);
76 vtkSetMacro(OutputPointsPrecision,
int);
77 vtkGetMacro(OutputPointsPrecision,
int);
89 int GetPrev(
int iId );
90 int GetNext(
int iId );
92 struct vtkDecimatePolylineVertexErrorSTLMap;
93 vtkDecimatePolylineVertexErrorSTLMap*
ErrorMap;
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
vtkDecimatePolylineVertexErrorSTLMap * ErrorMap