#include <RTree.h>
Public Types | |
| typedef long long | AreaType |
| typedef coord_t | CoordType |
Classes | |
| struct | LevelStats |
| Data class used to collect information from one level the tree. More... | |
| class | Point |
| a two dimensional point More... | |
| class | Rect |
| a two dimensional rectangle class with sufficient caluclation methods More... | |
| struct | Stats |
| Data class used to collect statistical information from the tree. More... | |
| class | Tree |
| Tree is a class implementing an R*-Tree used to accelerate access to the edges during a getArea query. More... | |
Definition at line 29 of file RTree.h.
| typedef long long VGServer::RTree::AreaType |
| typedef coord_t VGServer::RTree::CoordType |
1.4.7