![]() |
Open CASCADE Technology Reference Manual 8.0.0
|
Tool object for sorting link array using radix sort algorithm. More...
#include <BVH_RadixSorter.hxx>
Public Types | |
| typedef NCollection_Array1< BVH_EncodedLink >::iterator | LinkIterator |
Static Public Member Functions | |
| static void | Sort (LinkIterator theStart, LinkIterator theFinal, int theDigit, const bool isParallel) |
Static Protected Member Functions | |
| static void | perform (LinkIterator theStart, LinkIterator theFinal, int theDigit=29) |
Tool object for sorting link array using radix sort algorithm.
|
inlinestaticprotected |
|
inlinestatic |