|
PostGIS 3.7.0dev-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, rect_node_is_leaf(), and rect_tree_free().
Referenced by rect_tree_free(), RectTreeBuilder(), RectTreeFreer(), test_rect_tree_contains_point(), test_rect_tree_distance_tree_case(), and tree_inter().

