PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ _lwt_getIsoEdgeById()

static LWT_ISO_EDGE* _lwt_getIsoEdgeById ( LWT_ISO_EDGE_TABLE tab,
LWT_ELEMID  id 
)
static

Definition at line 5966 of file lwgeom_topo.c.

5967 {
5968  LWT_ISO_EDGE key;
5969  key.edge_id = id;
5970 
5971  void *match = bsearch( &key, tab->edges, tab->size,
5972  sizeof(LWT_ISO_EDGE),
5974  return match;
5975 }
static int compare_iso_edges_by_id(const void *si1, const void *si2)
Definition: lwgeom_topo.c:5953
LWT_ISO_EDGE * edges
Definition: lwgeom_topo.c:5948
LWT_ELEMID edge_id

References compare_iso_edges_by_id(), LWT_ISO_EDGE::edge_id, LWT_ISO_EDGE_TABLE_T::edges, and LWT_ISO_EDGE_TABLE_T::size.

Referenced by _lwt_BuildEdgeRing().

Here is the call graph for this function:
Here is the caller graph for this function: