PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ lwt_be_updateTopoGeomEdgeSplit()

int lwt_be_updateTopoGeomEdgeSplit ( LWT_TOPOLOGY topo,
LWT_ELEMID  split_edge,
LWT_ELEMID  new_edge1,
LWT_ELEMID  new_edge2 
)

Definition at line 337 of file lwgeom_topo.c.

338 {
339  CBT3(topo, updateTopoGeomEdgeSplit, split_edge, new_edge1, new_edge2);
340 }
#define CBT3(to, method, a1, a2, a3)
Definition: lwgeom_topo.c:103

References CBT3.

Referenced by lwt_ModEdgeSplit(), and lwt_NewEdgesSplit().

Here is the caller graph for this function: