PostGIS
2.5.7dev-r@@SVN_REVISION@@
|
void rect_tree_free | ( | RECT_NODE * | node | ) |
Free the rect-tree memory.
Free the rect-tree memory.
does not free underlying point array.
Definition at line 69 of file lwtree.c.
References rect_node::i, lwfree(), RECT_NODE_INTERNAL::nodes, RECT_NODE_INTERNAL::num_nodes, and rect_node_is_leaf().
Referenced by RectTreeBuilder(), RectTreeFreer(), test_rect_tree_contains_point(), test_rect_tree_distance_tree_case(), and tree_inter().