PostGIS
2.4.9dev-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 circ_tree_free(), lwfree(), circ_node::nodes, and circ_node::num_nodes.
Referenced by circ_tree_free(), 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().