vtk-m/vtkm/filter/clean_grid
Kenneth Moreland 6e674ddea6 Fix degenerate polygon removal
There was a bug in `CleanGrid` when removing degenerate polygons where it
would not detect if the first and last point were the same. This has been
fixed.

There was also an error with function overloading that was causing 0D and
3D cells to enter the wrong computation for degenerate cells. This has also
been fixed.

Fixes #796
2023-08-24 16:46:12 -04:00
..
testing Fix degenerate polygon removal 2023-08-24 16:46:12 -04:00
worklet Fix degenerate polygon removal 2023-08-24 16:46:12 -04:00
CleanGrid.cxx Clean up point mapping in CleanGrid 2023-02-02 12:13:54 -05:00
CleanGrid.h Rename NewFilter base classes to Filter 2022-12-01 13:07:56 -07:00
CMakeLists.txt Add module mechanism 2022-10-26 12:51:05 -06:00
vtkm.module Add module mechanism 2022-10-26 12:51:05 -06:00