|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
An entry in the tree, consisting of a bounding box and a user-defined index. More...
#include <geom_algorithms.H>
Public Attributes | |
| Rectangle | bbox |
| The axis-aligned bounding box. | |
| size_t | index |
| User-defined identifier for the entry. | |
An entry in the tree, consisting of a bounding box and a user-defined index.
Definition at line 12069 of file geom_algorithms.H.
| Rectangle Aleph::AABBTree::Entry::bbox |
The axis-aligned bounding box.
Definition at line 12071 of file geom_algorithms.H.
| size_t Aleph::AABBTree::Entry::index |
User-defined identifier for the entry.
Definition at line 12072 of file geom_algorithms.H.