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_LinearBuilder.hxx File Reference

    Data Structures

    class  BVH_LinearBuilder< T, N >
     Performs fast BVH construction using LBVH building approach. Algorithm uses spatial Morton codes to reduce the BVH construction problem to a sorting problem (radix sort – O(N) complexity). This Linear Bounding Volume Hierarchy (LBVH) builder produces BVH trees of lower quality compared to SAH-based BVH builders but it is over an order of magnitude faster (up to 3M triangles per second). More...
    struct  BVH::BoundData< T, N >
    class  BVH::UpdateBoundTask< T, N >
     Task for parallel bounds updating. More...

    Namespaces

    namespace  BVH

    Functions

    template<class T, int N>
    int BVH::UpdateBounds (BVH_Set< T, N > *theSet, BVH_Tree< T, N > *theTree, const int theNode=0)
     Calculates bounding boxes (AABBs) for the given BVH tree.