PostGIS  2.4.9dev-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 286 of file lwgeom_topo.c.

References CBT6.

Referenced by _lwt_AddEdge(), and _lwt_UpdateNodeFaceRef().

291 {
292  CBT6(topo, updateNodes, sel_node, sel_fields,
293  upd_node, upd_fields,
294  exc_node, exc_fields);
295 }
#define CBT6(to, method, a1, a2, a3, a4, a5, a6)
Definition: lwgeom_topo.c:115
Here is the caller graph for this function: