OCCT 8.0.1
OCCT documentation

Search guides and API reference

Enter at least two characters.

    Open CASCADE Technology Reference Manual 8.0.1
    BVH::RadixSorter Class Reference

    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)

    Detailed Description

    Tool object for sorting link array using radix sort algorithm.

    Member Typedef Documentation

    ◆ LinkIterator

    Member Function Documentation

    ◆ perform()

    void BVH::RadixSorter::perform ( LinkIterator theStart,
    LinkIterator theFinal,
    int theDigit = 29 )
    inlinestaticprotected

    ◆ Sort()

    void BVH::RadixSorter::Sort ( LinkIterator theStart,
    LinkIterator theFinal,
    int theDigit,
    const bool isParallel )
    inlinestatic

    The documentation for this class was generated from the following file: