| 
    Open CASCADE Technology 7.8.0
    
   | 
 
#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.   | |
| Standard_Integer | myNode | 
| BVH node to update bounding box.   | |
| Standard_Integer | myLevel | 
| Level of the processed BVH node.   | |
| Standard_Integer * | myHeight | 
| Height of the processed BVH node.   | |
| BVH_Tree<T, N>* BVH::BoundData< T, N >::myBVH | 
BVH tree built over the set.
| Standard_Integer* BVH::BoundData< T, N >::myHeight | 
Height of the processed BVH node.
| Standard_Integer BVH::BoundData< T, N >::myLevel | 
Level of the processed BVH node.
| Standard_Integer BVH::BoundData< T, N >::myNode | 
BVH node to update bounding box.
| BVH_Set<T, N>* BVH::BoundData< T, N >::mySet | 
Set of geometric objects.