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

A snapshot of the entire tree for debugging. More...

#include <geom_algorithms.H>

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

Public Attributes

Array< DebugNodenodes
 Array of all nodes in debug format.
 
size_t root = ~static_cast<size_t>(0)
 Index of the root node.
 

Detailed Description

A snapshot of the entire tree for debugging.

Definition at line 12093 of file geom_algorithms.H.

Member Data Documentation

◆ nodes

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

Array of all nodes in debug format.

Definition at line 12095 of file geom_algorithms.H.

Referenced by Aleph::put_aabb_tree_result().

◆ root

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.


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