PostGIS  3.0.6dev-r@@SVN_REVISION@@

◆ _lwt_AccumulateCanditates()

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

Definition at line 6612 of file lwgeom_topo.c.

6613 {
6614  LWT_EDGERING_ARRAY *candidates = userdata;
6615  LWT_EDGERING *sring = item;
6616  LWT_EDGERING_ARRAY_PUSH(candidates, sring);
6617 }
#define LWT_EDGERING_ARRAY_PUSH(a, r)
Definition: lwgeom_topo.c:6132

References LWT_EDGERING_ARRAY_PUSH.

Referenced by _lwt_FindFaceContainingRing().

Here is the caller graph for this function: