Open CASCADE Technology  7.7.0
Data Structures | Namespaces | Functions

BVH_BinaryTree.hxx File Reference

#include <BVH_QuadTree.hxx>
#include <deque>
#include <tuple>

Data Structures

class  BVH_Tree< T, N, BVH_BinaryTree >
 Specialization of binary BVH tree. More...
 

Namespaces

 BVH
 

Functions

template<class T , int N>
void BVH::EstimateSAH (const BVH_Tree< T, N, BVH_BinaryTree > *theTree, const int theNode, T theProb, T &theSAH)
 Internal function for recursive calculation of surface area heuristic (SAH) of the given tree. More...