PostGIS  3.0.6dev-r@@SVN_REVISION@@

◆ lwt_be_getEdgeById()

LWT_ISO_EDGE* lwt_be_getEdgeById ( LWT_TOPOLOGY topo,
const LWT_ELEMID ids,
uint64_t *  numelems,
int  fields 
)

Definition at line 220 of file lwgeom_topo.c.

221 {
222  CBT3(topo, getEdgeById, ids, numelems, fields);
223 }
#define CBT3(to, method, a1, a2, a3)
Definition: lwgeom_topo.c:102

References CBT3.

Referenced by _lwt_EdgeSplit(), _lwt_HealEdges(), _lwt_MakeRingShell(), _lwt_RemEdge(), lwt_ChangeEdgeGeom(), and lwt_RemIsoEdge().

Here is the caller graph for this function: