| 
    Open CASCADE Technology 7.8.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, Standard_Integer theDigit, const Standard_Boolean isParallel) | 
Static Protected Member Functions | |
| static void | perform (LinkIterator theStart, LinkIterator theFinal, Standard_Integer theDigit=29) | 
Tool object for sorting link array using radix sort algorithm.
      
  | 
  inlinestaticprotected | 
      
  | 
  inlinestatic |