occt: master 3a507ddb

Author Committer Branch Timestamp Parent
dbp bugmaster master 2016-04-25 09:29:35 master 79997052
Changeset 0027368: Finding objects in vicinity of a ray

In frames of this issue, radix sort functionality from BVH_LinearBuilder was generalized and implemented as separate classes in BVH package. The basic API of sorting class is given in BVH_Sorter class, while BVH_QuickSorter and BVH_RadixSorter provide quck sroting and radix sorting algorithms respectivly.
mod - src/BVH/BVH.cxx Diff File
mod - src/BVH/BVH_LinearBuilder.hxx Diff File
mod - src/BVH/BVH_LinearBuilder.lxx Diff File
add - src/BVH/BVH_QuickSorter.hxx Diff File
add - src/BVH/BVH_RadixSorter.hxx Diff File
add - src/BVH/BVH_RadixSorter.lxx Diff File
mod - src/BVH/BVH_Sorter.hxx Diff File
mod - src/BVH/BVH_SweepPlaneBuilder.lxx Diff File
mod - src/BVH/FILES Diff File