Open CASCADE Technology Reference Manual 8.0.0
Loading...
Searching...
No Matches
Data Structures
BVH_QuickSorter.hxx File Reference
#include <BVH_Sorter.hxx>
#include <NCollection_LinearVector.hxx>
#include <algorithm>

Data Structures

class  BVH_QuickSorter< T, N >
 Performs centroid-based sorting of abstract set along the given axis (X - 0, Y - 1, Z - 2) using std::sort. Uses introsort algorithm which guarantees O(n log n) complexity. More...