PostGIS 3.7.0dev-r@@SVN_REVISION@@
Loading...
Searching...
No Matches

◆ _lwt_AccumulateCanditates()

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

Definition at line 631 of file lwgeom_topo_polygonizer.c.

632{
633 LWT_EDGERING_ARRAY *candidates = userdata;
634 LWT_EDGERING *sring = item;
635 LWT_EDGERING_ARRAY_PUSH(candidates, sring);
636}
#define LWT_EDGERING_ARRAY_PUSH(a, r)

References LWT_EDGERING_ARRAY_PUSH.

Referenced by _lwt_FindFaceContainingRing().

Here is the caller graph for this function: