PostGIS  3.1.6dev-r@@SVN_REVISION@@

◆ _lwt_AccumulateCanditates()

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

Definition at line 6668 of file lwgeom_topo.c.

6669 {
6670  LWT_EDGERING_ARRAY *candidates = userdata;
6671  LWT_EDGERING *sring = item;
6672  LWT_EDGERING_ARRAY_PUSH(candidates, sring);
6673 }
#define LWT_EDGERING_ARRAY_PUSH(a, r)
Definition: lwgeom_topo.c:6188

References LWT_EDGERING_ARRAY_PUSH.

Referenced by _lwt_FindFaceContainingRing().

Here is the caller graph for this function: