Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
Aleph::RangeTree2D::DebugSnapshot Struct Reference

A complete snapshot of the range tree for debugging. More...

#include <geom_algorithms.H>

Collaboration diagram for Aleph::RangeTree2D::DebugSnapshot:
[legend]

Public Attributes

Array< Pointx_sorted_points
 The underlying x-sorted point array.
 
Array< DebugNodenodes
 List of all nodes in debug format.
 

Detailed Description

A complete snapshot of the range tree for debugging.

Definition at line 8626 of file geom_algorithms.H.

Member Data Documentation

◆ nodes

Array<DebugNode> Aleph::RangeTree2D::DebugSnapshot::nodes

List of all nodes in debug format.

Definition at line 8629 of file geom_algorithms.H.

Referenced by Aleph::put_range_tree_result().

◆ x_sorted_points

Array<Point> Aleph::RangeTree2D::DebugSnapshot::x_sorted_points

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().


The documentation for this struct was generated from the following file: