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

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

#include <geom_algorithms.H>

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

Public Attributes

Rectangle bounds
 Global bounding box of the tree.
 
Array< Pointpoints
 All points stored in the tree.
 
Array< DebugPartitionpartitions
 List of all internal and leaf partitions.
 

Detailed Description

A complete snapshot of the tree for debugging.

Definition at line 8148 of file geom_algorithms.H.

Member Data Documentation

◆ bounds

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

◆ partitions

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

◆ points

Array<Point> Aleph::KDTreePointSearch::DebugSnapshot::points

All points stored in the tree.

Definition at line 8151 of file geom_algorithms.H.

Referenced by Aleph::put_kdtree_partitions_result().


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