MobilityDB 1.3
Loading...
Searching...
No Matches

◆ RTREE_NODE_BBOX_N

#define RTREE_NODE_BBOX_N (   node,
 
)
Value:
( (void *)( \
((char *) &((node)->boxes)) + (n) * (node)->bboxsize ) )
STBox * boxes
Definition: rtree_example.c:69

Return a pointer to the n-th bounding box of a node.

The bouding boxes of a node can be of type Span, TBox, or STBox