Open CASCADE Technology  6.9.0
Public Member Functions | Data Fields

BVH_Bin< T, N > Struct Template Reference

Stores parameters of single node 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 node bin (slice of AABB).

Constructor & Destructor Documentation

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

Creates new node bin.

Field Documentation

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

AABB of primitives in the bin.

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: