PostGIS  3.4.0dev-r@@SVN_REVISION@@

◆ lwt_be_getEdgeWithinDistance2D()

LWT_ISO_EDGE* lwt_be_getEdgeWithinDistance2D ( LWT_TOPOLOGY topo,
const LWPOINT pt,
double  dist,
uint64_t *  numelems,
int  fields,
int64_t  limit 
)

Definition at line 256 of file lwgeom_topo.c.

262 {
263  CBT5(topo, getEdgeWithinDistance2D, pt, dist, numelems, fields, limit);
264 }
#define CBT5(to, method, a1, a2, a3, a4, a5)
Definition: lwgeom_topo.c:116

References CBT5.

Referenced by _lwt_AddPoint(), lwt_be_ExistsEdgeIntersectingPoint(), lwt_GetEdgeByPoint(), and lwt_GetFaceByPoint().

Here is the caller graph for this function: