PostGIS  3.7.0dev-r@@SVN_REVISION@@

◆ lwt_LoadPoint()

static void lwt_LoadPoint ( LWT_TOPOLOGY topo,
LWPOINT point,
double  tol 
)
static

Definition at line 7510 of file lwgeom_topo.c.

7511 {
7512  _lwt_AddPoint(topo, point, tol, 1, NULL);
7513 }
static LWT_ELEMID _lwt_AddPoint(LWT_TOPOLOGY *topo, LWPOINT *point, double tol, int findFace, int *moved)
Definition: lwgeom_topo.c:6752

References _lwt_AddPoint().

Referenced by _lwt_LoadGeometryRecursive().

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