PostGIS  2.4.9dev-r@@SVN_REVISION@@

◆ countParens()

static unsigned int countParens ( const Face f)
static

Definition at line 1164 of file liblwgeom/lwgeom_geos.c.

References Face_t::parent.

Referenced by collectFacesWithEvenAncestors().

1165 {
1166  unsigned int pcount = 0;
1167  while ( f->parent ) {
1168  ++pcount;
1169  f = f->parent;
1170  }
1171  return pcount;
1172 }
struct Face_t * parent
Here is the caller graph for this function: