MobilityDB
1.3
Loading...
Searching...
No Matches
meos
src
geo
tspatial_rtree.c
add_answer
box_area
box_unioned_area
get_axis_length
get_axis_stbox
is_power_of_two
node_box_calculate
node_choose
node_choose_least_enlargement
node_free
node_insert
node_move_box_at_index_into
node_new
node_qsort
node_search
node_sort_axis
node_split
node_swap
rtree_create
rtree_create_stbox
rtree_free
rtree_insert
rtree_search
rtree_set_dims
rtree_set_functions
stbox_largest_axis
◆
node_new()
static
RTreeNode
* node_new
(
bool
kind
)
static
Creates a new
RTree
node.
This function initializes a new
RTree
node.
Parameters
[in]
kind
Boolean flag indicating the type of node (e.g.,inner node or not inner node).
Returns
Pointer to the newly created
RTreeNode
structure.
Generated by
1.9.5