PostGIS
2.5.7dev-r@@SVN_REVISION@@
|
void circ_tree_free | ( | CIRC_NODE * | node | ) |
Recurse from top of node tree and free all children.
does not free underlying point array.
Definition at line 50 of file lwgeodetic_tree.c.
References lwfree(), circ_node::nodes, and circ_node::num_nodes.
Referenced by CircTreeBuilder(), CircTreeFreer(), geography_distance_cache_tolerance(), geography_tree_distance(), test_tree_circ_create(), test_tree_circ_distance(), test_tree_circ_distance_threshold(), test_tree_circ_pip(), and test_tree_circ_pip2().