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

Internal representation of an RTree node. More...

#include <tspatial_rtree.h>

Data Fields

union {
   int64   ids [MAXITEMS]
 
   struct RTreeNode *   nodes [MAXITEMS]
 
}; 
 
STBox boxes [MAXITEMS]
 
int count
 
bool kind
 

Detailed Description

Internal representation of an RTree node.


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