|
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...
|
|