Open CASCADE Technology Reference Manual 8.0.0
Loading...
Searching...
No Matches
Data Fields
BVH::BoundData< T, N > Struct Template Reference

#include <BVH_LinearBuilder.hxx>

Data Fields

BVH_Set< T, N > * mySet
 Set of geometric objects.
 
BVH_Tree< T, N > * myBVH
 BVH tree built over the set.
 
int myNode
 BVH node to update bounding box.
 
int myLevel
 Level of the processed BVH node.
 
intmyHeight
 Height of the processed BVH node.
 

Field Documentation

◆ myBVH

template<class T , int N>
BVH_Tree<T, N>* BVH::BoundData< T, N >::myBVH

BVH tree built over the set.

◆ myHeight

template<class T , int N>
int* BVH::BoundData< T, N >::myHeight

Height of the processed BVH node.

◆ myLevel

template<class T , int N>
int BVH::BoundData< T, N >::myLevel

Level of the processed BVH node.

◆ myNode

template<class T , int N>
int BVH::BoundData< T, N >::myNode

BVH node to update bounding box.

◆ mySet

template<class T , int N>
BVH_Set<T, N>* BVH::BoundData< T, N >::mySet

Set of geometric objects.


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