PostGIS  3.7.0dev-r@@SVN_REVISION@@

◆ lwt_be_getEdgeWithinBox2D()

LWT_ISO_EDGE* lwt_be_getEdgeWithinBox2D ( const LWT_TOPOLOGY topo,
const GBOX box,
uint64_t *  numelems,
int  fields,
uint64_t  limit 
)

Definition at line 173 of file lwgeom_topo.c.

174 {
175  CBT4(topo, getEdgeWithinBox2D, box, numelems, fields, limit);
176 }
#define CBT4(to, method, a1, a2, a3, a4)
Definition: lwgeom_topo.c:101

References CBT4.

Referenced by _lwt_AddLine(), _lwt_CheckEdgeCrossing(), _lwt_FetchAllEdges(), and _lwt_GetEqualEdge().

Here is the caller graph for this function: