Open CASCADE Technology
7.2.0
|
Tool object to sort abstract primitive set. More...
#include <BVH_Sorter.hxx>
Public Member Functions | |
virtual | ~BVH_Sorter () |
Releases resources of BVH sorter. More... | |
virtual void | Perform (BVH_Set< T, N > *theSet)=0 |
Sorts the set. More... | |
virtual void | Perform (BVH_Set< T, N > *theSet, const Standard_Integer theStart, const Standard_Integer theFinal)=0 |
Sorts the given (inclusive) range in the set. More... | |
Tool object to sort abstract primitive set.
|
inlinevirtual |
Releases resources of BVH sorter.
|
pure virtual |
Sorts the set.
Implemented in BVH_RadixSorter< T, N >, and BVH_QuickSorter< T, N >.
|
pure virtual |
Sorts the given (inclusive) range in the set.
Implemented in BVH_RadixSorter< T, N >, and BVH_QuickSorter< T, N >.