[root]/Packages/Uintah/Core/Grid/PatchBVH
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 46 (100.0%) | 703 (100.0%) | 15.2 |
luitjens | 45 (97.8%) | 683 (97.2%) | 15.1 |
dav | 1 (2.2%) | 20 (2.8%) | 20.0 |
Merge of 41976
0 lines of code changed in 10 files:
Undid last commit. noinline is not compatable with gcc....
1 lines of code changed in 1 file:
Do not allow operator< to be inlined. Static variables and inlining do not play well together.
3 lines of code changed in 1 file:
Avoid trunctation by sorting on center*2 instead of center
4 lines of code changed in 2 files:
Unmerged 41637 and 41638. This code is much simpler and my assumption about invalidating iterators was wrong. The iterators are still valid they just point to different data. This is the behavior that i'm looking for.
29 lines of code changed in 8 files:
Compile error
1 lines of code changed in 1 file:
Don't pass around iterators as sort may invalidate iterators.
27 lines of code changed in 5 files:
Handle the case where a zero sized patch list is passed into PatchBVH
11 lines of code changed in 1 file:
Fixed a bug where if a zero volume region was queried a patch would still be returned
12 lines of code changed in 2 files:
Comments
4 lines of code changed in 1 file:
Make struct PatchKeyVal protected as Ranger compiler gives warning about it 'not really being visible' to subclasses that use it. Tiny bit of indention.
20 lines of code changed in 1 file:
Some bug/compile fixes for PatchBVH
36 lines of code changed in 4 files:
Added a Bounding Volume Hiearchy for querying patches. This is intended to replace PatchRangeTree if it is better.
Right now it returns the same patches as PatchRangeTree but the order of the patches may be different.
555 lines of code changed in 9 files: