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

◆ node_box_calculate()

static void node_box_calculate ( const RTree rtree,
const RTreeNode node,
void *  box 
)
static

Return the bounding box that encloses all bounding boxes in an RTree node.

The function takes the destination bounding box and change it to the minimal bounding box enclosing all bounding boxes within a given RTree node

Parameters
[in]rtreePointer to the RTree structure
[in]nodePointer to the node containing the bounding boxes
[out]boxbounding box that will be expanded