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

◆ node_move_box_at_index_into()

static void node_move_box_at_index_into ( RTreeNode from,
int  index,
RTreeNode into 
)
static

Moves a bounding box from one RTree node to another.

Changes the information from one node into another.

Parameters
[in]fromPointer to the node from which the bounding box is being moved.
[in]indexThe index of the bounding box in the from node that is to be moved.
[in]intoPointer to the node where the bounding box is being moved to.