PostGIS  3.4.0dev-r@@SVN_REVISION@@
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Pages

◆ lwt_be_getEdgeByFace()

static LWT_ISO_EDGE* lwt_be_getEdgeByFace ( LWT_TOPOLOGY topo,
const LWT_ELEMID ids,
uint64_t *  numelems,
int  fields,
const GBOX box 
)
static

Definition at line 244 of file lwgeom_topo.c.

245 {
246  CBT4(topo, getEdgeByFace, ids, numelems, fields, box);
247 }
#define CBT4(to, method, a1, a2, a3, a4)
Definition: lwgeom_topo.c:112

References CBT4.

Referenced by _lwt_AddFaceSplit(), lwt_GetFaceEdges(), and lwt_GetFaceGeometry().

Here is the caller graph for this function: