PostGIS 3.7.0dev-r@@SVN_REVISION@@
Loading...
Searching...
No Matches

◆ lwt_be_updateNodes()

static int lwt_be_updateNodes ( LWT_TOPOLOGY topo,
const LWT_ISO_NODE sel_node,
int  sel_fields,
const LWT_ISO_NODE upd_node,
int  upd_fields,
const LWT_ISO_NODE exc_node,
int  exc_fields 
)
static

Definition at line 334 of file lwgeom_topo.c.

339{
340 CBT6(topo, updateNodes, sel_node, sel_fields,
341 upd_node, upd_fields,
342 exc_node, exc_fields);
343}
#define CBT6(to, method, a1, a2, a3, a4, a5, a6)

References CBT6.

Referenced by _lwt_AddEdge(), and _lwt_UpdateNodeFaceRef().

Here is the caller graph for this function: