Open CASCADE Technology  7.6.0
Data Structures

BVH_Traverse.hxx File Reference

#include <BVH_Box.hxx>
#include <BVH_Tree.hxx>
#include <BVH_Traverse.lxx>

Data Structures

class  BVH_BaseTraverse< MetricType >
 The classes implement the traverse of the BVH tree. More...
 
class  BVH_Traverse< NumType, Dimension, BVHSetType, MetricType >
 Abstract class implementing the traverse of the single binary tree. Selection of the data from the tree is performed by the rules defined in the Accept/Reject methods. See description of the required methods in the comments above. More...
 
class  BVH_PairTraverse< NumType, Dimension, BVHSetType, MetricType >
 Abstract class implementing the parallel traverse of two binary trees. Selection of the data from the trees is performed by the rules defined in the Accept/Reject methods. See description of the required methods in the comments above. More...