|
MobilityDB 1.3
|
Go to the source code of this file.
Data Structures | |
| struct | RTree |
| Rtree in-memory index basic structure. More... | |
| struct | RTreeNode |
| Internal representation of an RTree node. More... | |
Macros | |
| #define | MAXITEMS 64 |
| In memory index for STBox based on RTree. More... | |
| #define | MINITEMS ((MAXITEMS) * (MINITEMS_PERCENTAGE) / 100 + 1) |
| #define | MINITEMS_PERCENTAGE 10 |
| #define | RTREE_NODE_BBOX_N(node, n) |
| Return a pointer to the n-th bounding box of a node. More... | |
Typedefs | |
| typedef struct RTreeNode | RTreeNode |
| Internal representation of an RTree node. More... | |
Enumerations | |
| enum | RTreeNodeType { RTREE_LEAF , RTREE_INNER } |
| Enumeration that defines the node types for an RTree. More... | |