PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ _lwt_AccumulateCanditates()

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

Definition at line 6537 of file lwgeom_topo.c.

6538 {
6539  LWT_EDGERING_ARRAY *candidates = userdata;
6540  LWT_EDGERING *sring = item;
6541  LWT_EDGERING_ARRAY_PUSH(candidates, sring);
6542 }
#define LWT_EDGERING_ARRAY_PUSH(a, r)
Definition: lwgeom_topo.c:6058

References LWT_EDGERING_ARRAY_PUSH.

Referenced by _lwt_FindFaceContainingRing().

Here is the caller graph for this function: