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

Internal representation of an RTree node. More...

#include <temporal_rtree.h>

Data Fields

union {
   int64   ids [MAXITEMS]
 
   struct RTreeNode *   nodes [MAXITEMS]
 
}; 
 
size_t bboxsize
 Size of the bouding box. More...
 
char boxes []
 
int count
 Number of bouding boxes. More...
 
RTreeNodeType node_type
 

Detailed Description

Internal representation of an RTree node.


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