Skip to content
Snippets Groups Projects
Commit 73b9fb7e authored by Max Zeyen's avatar Max Zeyen
Browse files

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.
parent e8693e54
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment