|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
A snapshot of the entire tree for debugging. More...
#include <geom_algorithms.H>
Public Attributes | |
| Array< DebugNode > | nodes |
| Array of all nodes in debug format. | |
| size_t | root = ~static_cast<size_t>(0) |
| Index of the root node. | |
A snapshot of the entire tree for debugging.
Definition at line 12093 of file geom_algorithms.H.
Array of all nodes in debug format.
Definition at line 12095 of file geom_algorithms.H.
Referenced by Aleph::put_aabb_tree_result().
| size_t Aleph::AABBTree::DebugSnapshot::root = ~static_cast<size_t>(0) |
Index of the root node.
Definition at line 12096 of file geom_algorithms.H.