See: Description
| Class | Description |
|---|---|
| Bintree |
An
BinTree (or "Binary Interval Tree")
is a 1-dimensional version of a quadtree. |
| Interval |
Represents an (1-dimensional) closed interval on the Real number line.
|
| Key |
A Key is a unique identifier for a node in a tree.
|
| Node |
A node of a
Bintree. |
| NodeBase |
The base class for nodes in a
Bintree. |
| Root |
The root node of a single
Bintree. |
Copyright © 2024. All rights reserved.