OCCT3D 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_Bin< T, N > Struct Template Reference

    Stores parameters of single bin (slice of AABB). More...

    #include <BVH_BinnedBuilder.hxx>

    Public Member Functions

     BVH_Bin ()
     Creates new node bin.

    Data Fields

    int Count
     Number of primitives in the bin.
    BVH_Box< T, N > Box
     AABB of primitives in the bin.

    Detailed Description

    template<class T, int N>
    struct BVH_Bin< T, N >

    Stores parameters of single bin (slice of AABB).

    Constructor & Destructor Documentation

    ◆ BVH_Bin()

    template<class T, int N>
    BVH_Bin< T, N >::BVH_Bin ( )
    inline

    Creates new node bin.

    Field Documentation

    ◆ Box

    template<class T, int N>
    BVH_Box<T, N> BVH_Bin< T, N >::Box

    AABB of primitives in the bin.

    ◆ Count

    template<class T, int N>
    int BVH_Bin< T, N >::Count

    Number of primitives in the bin.


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