Fixing The Cell Binning
Cells could not belong to multiple bins causing wrong binning behavior in cases where the cell bounding box intersects bin boundaries. By inflating the cell bounding box by a small tolerance value, the cell will be associated correctly to all bins it intersects. Adding A Test For StaticCellLocator Edge Cases Adding a test to cover edge cases of the methods FineCellsAlongLine and FindClosesPointWithinRadius. Adding Test Data Adding the testing data for the new vtkStaticCellLocator test.
Showing
- Common/DataModel/Testing/Cxx/CMakeLists.txt 11 additions, 1 deletionCommon/DataModel/Testing/Cxx/CMakeLists.txt
- Common/DataModel/Testing/Cxx/TestStaticCellLocatorEdgeCases.cxx 105 additions, 0 deletions.../DataModel/Testing/Cxx/TestStaticCellLocatorEdgeCases.cxx
- Common/DataModel/Testing/Data/test_surface.vtp.sha512 1 addition, 0 deletionsCommon/DataModel/Testing/Data/test_surface.vtp.sha512
- Common/DataModel/vtkStaticCellLocator.cxx 14 additions, 12 deletionsCommon/DataModel/vtkStaticCellLocator.cxx
Loading
Please register or sign in to comment