Open CASCADE Technology  7.3.0
Public Member Functions | Data Fields

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. More...
 

Data Fields

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

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>
Standard_Integer BVH_Bin< T, N >::Count

Number of primitives in the bin.


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