![]() |
Open CASCADE Technology Reference Manual 8.0.0
|
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...
#include <BVH_Traverse.hxx>

Data Structures | |
| struct | BVH_PairNodesInStack |
Public Types | |
public types | |
| typedef BVH_Box< NumType, Dimension >::BVH_VecNt | BVH_VecNt |
Public Member Functions | |
Constructor | |
Constructor | |
| BVH_PairTraverse () | |
Setting the sets to access the elements and BVH trees | |
| void | SetBVHSets (BVHSetType *theBVHSet1, BVHSetType *theBVHSet2) |
Rules for Accept/Reject | |
Rejection of the pair of nodes by bounding boxes. Metric is computed to choose the best branch. Returns true if the pair of nodes should be rejected, false otherwise. | |
| virtual bool | RejectNode (const BVH_VecNt &theCornerMin1, const BVH_VecNt &theCornerMax1, const BVH_VecNt &theCornerMin2, const BVH_VecNt &theCornerMax2, MetricType &theMetric) const =0 |
| Leaf element acceptance. Returns true if the pair of elements is accepted, false otherwise. | |
| virtual bool | Accept (const int theIndex1, const int theIndex2)=0 |
| Leaf element acceptance. Returns true if the pair of elements is accepted, false otherwise. | |
Selection | |
| int | Select () |
| Performs selection of the elements from two BVH trees by the rules defined in Accept/Reject methods. Returns the number of accepted pairs of elements. | |
| int | Select (const opencascade::handle< BVH_Tree< NumType, Dimension > > &theBVH1, const opencascade::handle< BVH_Tree< NumType, Dimension > > &theBVH2) |
| Performs selection of the elements from two BVH trees by the rules defined in Accept/Reject methods. Returns the number of accepted pairs of elements. | |
Public Member Functions inherited from BVH_BaseTraverse< MetricType > | |
| virtual bool | IsMetricBetter (const MetricType &, const MetricType &) const |
| virtual bool | RejectMetric (const MetricType &) const |
| virtual bool | Stop () const |
Protected Attributes | |
Fields | |
| BVHSetType * | myBVHSet1 |
| BVHSetType * | myBVHSet2 |
Additional Inherited Members | |
Protected Member Functions inherited from BVH_BaseTraverse< MetricType > | |
| BVH_BaseTraverse () | |
| Destructor. | |
| virtual | ~BVH_BaseTraverse ()=default |
| Destructor. | |
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.
| NumType | Numeric data type |
| Dimension | Vector dimension |
| BVHSetType | Type of set containing the BVH tree (required to access the elements by the index) |
| MetricType | Type of metric to perform more optimal tree descend |
| typedef BVH_Box<NumType,Dimension>::BVH_VecNt BVH_PairTraverse< NumType, Dimension, BVHSetType, MetricType >::BVH_VecNt |
|
inline |
|
pure virtual |
Leaf element acceptance. Returns true if the pair of elements is accepted, false otherwise.
Implemented in BOPTools_PairSelector< Dimension >, IntPatch_BVHTraversal, and BRepExtrema_OverlapTool.
|
pure virtual |
Leaf element acceptance. Returns true if the pair of elements is accepted, false otherwise.
|
inline |
Performs selection of the elements from two BVH trees by the rules defined in Accept/Reject methods. Returns the number of accepted pairs of elements.
| int BVH_PairTraverse< NumType, Dimension, BVHSetType, MetricType >::Select | ( | const opencascade::handle< BVH_Tree< NumType, Dimension > > & | theBVH1, |
| const opencascade::handle< BVH_Tree< NumType, Dimension > > & | theBVH2 ) |
Performs selection of the elements from two BVH trees by the rules defined in Accept/Reject methods. Returns the number of accepted pairs of elements.
|
inline |
|
protected |
|
protected |