|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Structure used for debugging and visualizing the tree structure. More...
#include <geom_algorithms.H>
Public Attributes | |
| size_t | node_index = ~static_cast<size_t>(0) |
| Index of the node. | |
| Rectangle | bbox |
| Bounding box of the node. | |
| bool | is_leaf = false |
| True if it's a leaf node. | |
| size_t | entry_index = ~static_cast<size_t>(0) |
| Index in entries_ array. | |
| size_t | user_index = ~static_cast<size_t>(0) |
| Entry::index. | |
| size_t | left = ~static_cast<size_t>(0) |
| Left child index. | |
| size_t | right = ~static_cast<size_t>(0) |
| Right child index. | |
| size_t | depth = 0 |
| Depth in the tree. | |
Structure used for debugging and visualizing the tree structure.
Definition at line 12078 of file geom_algorithms.H.
| Rectangle Aleph::AABBTree::DebugNode::bbox |
Bounding box of the node.
Definition at line 12081 of file geom_algorithms.H.
Referenced by Aleph::AABBTree::debug_snapshot().
| size_t Aleph::AABBTree::DebugNode::depth = 0 |
Depth in the tree.
Definition at line 12087 of file geom_algorithms.H.
Referenced by Aleph::AABBTree::debug_snapshot().
| size_t Aleph::AABBTree::DebugNode::entry_index = ~static_cast<size_t>(0) |
Index in entries_ array.
Definition at line 12083 of file geom_algorithms.H.
Referenced by Aleph::AABBTree::debug_snapshot().
True if it's a leaf node.
Definition at line 12082 of file geom_algorithms.H.
Referenced by Aleph::AABBTree::debug_snapshot().
| size_t Aleph::AABBTree::DebugNode::left = ~static_cast<size_t>(0) |
Left child index.
Definition at line 12085 of file geom_algorithms.H.
Referenced by Aleph::AABBTree::debug_snapshot().
| size_t Aleph::AABBTree::DebugNode::node_index = ~static_cast<size_t>(0) |
Index of the node.
Definition at line 12080 of file geom_algorithms.H.
Referenced by Aleph::AABBTree::debug_snapshot().
| size_t Aleph::AABBTree::DebugNode::right = ~static_cast<size_t>(0) |
Right child index.
Definition at line 12086 of file geom_algorithms.H.
Referenced by Aleph::AABBTree::debug_snapshot().
| size_t Aleph::AABBTree::DebugNode::user_index = ~static_cast<size_t>(0) |
Definition at line 12084 of file geom_algorithms.H.
Referenced by Aleph::AABBTree::debug_snapshot().