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

An entry in the tree, consisting of a bounding box and a user-defined index. More...

#include <geom_algorithms.H>

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

Public Attributes

Rectangle bbox
 The axis-aligned bounding box.
 
size_t index
 User-defined identifier for the entry.
 

Detailed Description

An entry in the tree, consisting of a bounding box and a user-defined index.

Definition at line 12069 of file geom_algorithms.H.

Member Data Documentation

◆ bbox

Rectangle Aleph::AABBTree::Entry::bbox

The axis-aligned bounding box.

Definition at line 12071 of file geom_algorithms.H.

◆ index

size_t Aleph::AABBTree::Entry::index

User-defined identifier for the entry.

Definition at line 12072 of file geom_algorithms.H.


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