PostGIS  3.4.0dev-r@@SVN_REVISION@@

◆ _lwt_AccumulateCanditates()

static void _lwt_AccumulateCanditates ( void *  item,
void *  userdata 
)
static

Definition at line 6718 of file lwgeom_topo.c.

6719 {
6720  LWT_EDGERING_ARRAY *candidates = userdata;
6721  LWT_EDGERING *sring = item;
6722  LWT_EDGERING_ARRAY_PUSH(candidates, sring);
6723 }
#define LWT_EDGERING_ARRAY_PUSH(a, r)
Definition: lwgeom_topo.c:6238

References LWT_EDGERING_ARRAY_PUSH.

Referenced by _lwt_FindFaceContainingRing().

Here is the caller graph for this function: