PostGIS  3.0.6dev-r@@SVN_REVISION@@

◆ _lwt_AccumulateCanditates()

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

Definition at line 6597 of file lwgeom_topo.c.

6598 {
6599  LWT_EDGERING_ARRAY *candidates = userdata;
6600  LWT_EDGERING *sring = item;
6601  LWT_EDGERING_ARRAY_PUSH(candidates, sring);
6602 }
#define LWT_EDGERING_ARRAY_PUSH(a, r)
Definition: lwgeom_topo.c:6117

References LWT_EDGERING_ARRAY_PUSH.

Referenced by _lwt_FindFaceContainingRing().

Here is the caller graph for this function: