Skip to content

Modify vtkDecimatePolylineFilter to accommodate multiple polylines.

T.J. Corona requested to merge tjcorona/vtk:decimate-polyline-filter into master

This fix is in reference to bug report 0015055. vtkDecimatePolylineFilter can now be run on polydata containing multiple distinct polylines, error values for each point are updated during decimation, and common points within the same polyline are maintained as common points (rather than as duplicates). Also, the test for this filter has been updated to reflect the augmented feature set, and a comparative image was added.

Merge request reports