PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ 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 40 of file lwgeodetic_tree.c.

41 {
42  return (node->num_nodes == 0);
43 }
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: