PostGIS  2.4.9dev-r@@SVN_REVISION@@

◆ rect_node_is_leaf()

static int rect_node_is_leaf ( const RECT_NODE node)
static

Internal nodes have their point references set to NULL.

Definition at line 33 of file lwtree.c.

References rect_node::p1.

Referenced by rect_tree_contains_point(), and rect_tree_intersects_tree().

34 {
35  return (node->p1 != NULL);
36 }
POINT2D * p1
Definition: lwtree.h:33
Here is the caller graph for this function: