![]() |
MobilityDB 1.3
|
Rtree in-memory index basic structure. More...
#include <temporal_rtree.h>
Data Fields | |
bool(* | bbox_contains )(const void *, const void *) |
void(* | bbox_expand )(const void *, void *) |
bool(* | bbox_overlaps )(const void *, const void *) |
size_t | bboxsize |
Size of the bouding box. More... | |
meosType | bboxtype |
Type of the bouding box. More... | |
char | box [] |
int | dims |
double(* | get_axis )(const void *, int, bool) |
RTreeNode * | root |
Rtree in-memory index basic structure.
It works based on Span, TBox and STBox.