|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
A complete snapshot of the tree for debugging. More...
#include <geom_algorithms.H>
Public Attributes | |
| Rectangle | bounds |
| Global bounding box of the tree. | |
| Array< Point > | points |
| All points stored in the tree. | |
| Array< DebugPartition > | partitions |
| List of all internal and leaf partitions. | |
A complete snapshot of the tree for debugging.
Definition at line 8148 of file geom_algorithms.H.
| Rectangle Aleph::KDTreePointSearch::DebugSnapshot::bounds |
Global bounding box of the tree.
Definition at line 8150 of file geom_algorithms.H.
Referenced by Aleph::KDTreePointSearch::debug_snapshot().
| Array<DebugPartition> Aleph::KDTreePointSearch::DebugSnapshot::partitions |
List of all internal and leaf partitions.
Definition at line 8152 of file geom_algorithms.H.
Referenced by Aleph::put_kdtree_partitions_result().
All points stored in the tree.
Definition at line 8151 of file geom_algorithms.H.
Referenced by Aleph::put_kdtree_partitions_result().