-
- Downloads
Modify vtkDecimatePolylineFilter to accommodate multiple polylines.
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.
Showing
- Filters/Core/Testing/Cxx/CMakeLists.txt 1 addition, 1 deletionFilters/Core/Testing/Cxx/CMakeLists.txt
- Filters/Core/Testing/Cxx/TestDecimatePolylineFilter.cxx 42 additions, 16 deletionsFilters/Core/Testing/Cxx/TestDecimatePolylineFilter.cxx
- Filters/Core/Testing/Data/Baseline/TestDecimatePolylineFilter.png.md5 1 addition, 0 deletions.../Testing/Data/Baseline/TestDecimatePolylineFilter.png.md5
- Filters/Core/vtkDecimatePolylineFilter.cxx 129 additions, 127 deletionsFilters/Core/vtkDecimatePolylineFilter.cxx
- Filters/Core/vtkDecimatePolylineFilter.h 8 additions, 15 deletionsFilters/Core/vtkDecimatePolylineFilter.h
Please register or sign in to comment