|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
A complete snapshot of the range tree for debugging. More...
#include <geom_algorithms.H>
Public Attributes | |
| Array< Point > | x_sorted_points |
| The underlying x-sorted point array. | |
| Array< DebugNode > | nodes |
| List of all nodes in debug format. | |
A complete snapshot of the range tree for debugging.
Definition at line 8626 of file geom_algorithms.H.
List of all nodes in debug format.
Definition at line 8629 of file geom_algorithms.H.
Referenced by Aleph::put_range_tree_result().
The underlying x-sorted point array.
Definition at line 8628 of file geom_algorithms.H.
Referenced by Aleph::RangeTree2D::debug_snapshot(), and Aleph::put_range_tree_result().