![]() |
AABBtree
0.0.0
A C++ non-recursive ND AABB tree
|
Public Attributes | |
| Box | box |
| Box | box_long |
| Integer | box_ptr |
| Integer | box_num |
| Integer | box_tot_num |
| Integer | parent |
| Integer | child_l |
| Integer | child_r |
Structure representing a node of the AABB tree.
| Box AABBtree::Tree< Real, N >::Node::box |
Bounding box of the subtree.
| Box AABBtree::Tree< Real, N >::Node::box_long |
Bounding box of long boxes.
| Integer AABBtree::Tree< Real, N >::Node::box_num |
Number of boxes in the subtree.
| Integer AABBtree::Tree< Real, N >::Node::box_ptr |
Pointer to the first box in the reordering map of boxes.
| Integer AABBtree::Tree< Real, N >::Node::box_tot_num |
Total number of boxes in the subtree.
| Integer AABBtree::Tree< Real, N >::Node::child_l |
Left child of the subtree.
| Integer AABBtree::Tree< Real, N >::Node::child_r |
Right child of the subtree.
| Integer AABBtree::Tree< Real, N >::Node::parent |
Root node of the subtree.