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 an STBox from one RTree node to another.

Changes the information from one node into another.

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