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

◆ node_search()

static void node_search ( const RTree rtree,
const RTreeNode node,
RTreeSearchOp  op,
const void *  query,
MeosArray result 
)
static

Searches recursively a node looking for hits with a query.

Parameters
[in]rtreePointer to the RTree structure
[in]nodeThe node to be searched
[in]opThe search operation (overlaps, contains, or contained by)
[in]queryThe bounding box that serves as query
[out]resultMeosArray to collect matching IDs