MobilityDB 1.3
Loading...
Searching...
No Matches
Data Fields
RTree Struct Reference

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)
 
RTreeNoderoot
 

Detailed Description

Rtree in-memory index basic structure.

It works based on Span, TBox and STBox.


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