PostGIS  3.0.6dev-r@@SVN_REVISION@@

◆ lwt_be_updateEdges()

int lwt_be_updateEdges ( LWT_TOPOLOGY topo,
const LWT_ISO_EDGE sel_edge,
int  sel_fields,
const LWT_ISO_EDGE upd_edge,
int  upd_fields,
const LWT_ISO_EDGE exc_edge,
int  exc_fields 
)

Definition at line 267 of file lwgeom_topo.c.

272 {
273  CBT6(topo, updateEdges, sel_edge, sel_fields,
274  upd_edge, upd_fields,
275  exc_edge, exc_fields);
276 }
#define CBT6(to, method, a1, a2, a3, a4, a5, a6)
Definition: lwgeom_topo.c:114

References CBT6.

Referenced by _lwt_AddEdge(), _lwt_HealEdges(), _lwt_UpdateEdgeFaceRef(), lwt_ModEdgeSplit(), and lwt_NewEdgesSplit().

Here is the caller graph for this function: