PostGIS  3.0.6dev-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 279 of file lwgeom_topo.c.

284 {
285  CBT6(topo, updateNodes, sel_node, sel_fields,
286  upd_node, upd_fields,
287  exc_node, exc_fields);
288 }
#define CBT6(to, method, a1, a2, a3, a4, a5, a6)
Definition: lwgeom_topo.c:114

References CBT6.

Referenced by _lwt_AddEdge(), and _lwt_UpdateNodeFaceRef().

Here is the caller graph for this function: