|
Open CASCADE Technology 7.8.2.dev
|
Data Structures | |
| class | BVH_Tree< T, N, BVH_BinaryTree > |
| Specialization of binary BVH tree. More... | |
Namespaces | |
| namespace | 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. | |