PostGIS 3.7.0dev-r@@SVN_REVISION@@
Loading...
Searching...
No Matches

◆ circ_node_is_leaf()

static int circ_node_is_leaf ( const CIRC_NODE node)
inlinestatic

Internal nodes have their point references set to NULL.

Definition at line 39 of file lwgeodetic_tree.c.

40{
41 return (node->num_nodes == 0);
42}
uint32_t num_nodes

References circ_node::num_nodes.

Referenced by circ_tree_contains_point(), circ_tree_distance_tree_internal(), circ_tree_get_point(), and circ_tree_print().

Here is the caller graph for this function: