PostGIS  3.4.0dev-r@@SVN_REVISION@@

◆ 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 285 of file lwgeom_topo.c.

290 {
291  CBT6(topo, updateNodes, sel_node, sel_fields,
292  upd_node, upd_fields,
293  exc_node, exc_fields);
294 }
#define CBT6(to, method, a1, a2, a3, a4, a5, a6)
Definition: lwgeom_topo.c:120

References CBT6.

Referenced by _lwt_AddEdge(), and _lwt_UpdateNodeFaceRef().

Here is the caller graph for this function: