PostGIS  2.5.7dev-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 274 of file lwgeom_topo.c.

279 {
280  CBT6(topo, updateEdges, sel_edge, sel_fields,
281  upd_edge, upd_fields,
282  exc_edge, exc_fields);
283 }
#define CBT6(to, method, a1, a2, a3, a4, a5, a6)
Definition: lwgeom_topo.c:115

References CBT6.

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

Here is the caller graph for this function: