PostGIS  2.4.9dev-r@@SVN_REVISION@@

◆ lwt_be_updateEdgesById()

static int lwt_be_updateEdgesById ( LWT_TOPOLOGY topo,
const LWT_ISO_EDGE edges,
int  numedges,
int  upd_fields 
)
static

Definition at line 306 of file lwgeom_topo.c.

References CBT3.

Referenced by _lwt_AddFaceSplit(), _lwt_HealEdges(), _lwt_RemEdge(), and lwt_ChangeEdgeGeom().

309 {
310  CBT3(topo, updateEdgesById, edges, numedges, upd_fields);
311 }
#define CBT3(to, method, a1, a2, a3)
Definition: lwgeom_topo.c:103
Here is the caller graph for this function: