PostGIS  3.0.6dev-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 330 of file lwgeom_topo.c.

331 {
332  CBT3(topo, updateTopoGeomEdgeSplit, split_edge, new_edge1, new_edge2);
333 }
#define CBT3(to, method, a1, a2, a3)
Definition: lwgeom_topo.c:102

References CBT3.

Referenced by lwt_ModEdgeSplit(), and lwt_NewEdgesSplit().

Here is the caller graph for this function: