Go to the documentation of this file.
41 #ifndef vtkDecimatePolylineFilter_h
42 #define vtkDecimatePolylineFilter_h
92 struct vtkDecimatePolylineVertexErrorSTLMap;
93 vtkDecimatePolylineVertexErrorSTLMap*
ErrorMap;
vtkDecimatePolylineFilter()
double ComputeError(vtkPolyData *input, int prev, int id, int next)
#define vtkTypeMacro(thisClass, superclass)
a list of ids arranged in priority order
GLenum GLenum GLenum input
int OutputPointsPrecision
static vtkDecimatePolylineFilter * New()
reduce the number of lines in a polyline
#define vtkSetClampMacro(name, type, min, max)
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
vtkSmartPointer< vtkPriorityQueue > PriorityQueue
#define VTKFILTERSCORE_EXPORT
a simple class to control print indentation
#define vtkGetMacro(name, type)
~vtkDecimatePolylineFilter()
vtkSetMacro(IgnoreDriverBugs, bool)
void PrintSelf(ostream &os, vtkIndent indent)
concrete dataset represents vertices, lines, polygons, and triangle strips
vtkDecimatePolylineVertexErrorSTLMap * ErrorMap
void UpdateError(vtkPolyData *input, int iId)
Superclass for algorithms that produce only polydata as output.