PostGIS  3.0.6dev-r@@SVN_REVISION@@

◆ _lwt_UpdateNodeFaceRef()

static int _lwt_UpdateNodeFaceRef ( LWT_TOPOLOGY topo,
LWT_ELEMID  of,
LWT_ELEMID  nf 
)
static

Definition at line 3785 of file lwgeom_topo.c.

3786 {
3787  LWT_ISO_NODE sel, upd;
3788  int ret;
3789 
3790  assert( of != 0 );
3791 
3792  /* Update face_left for all edges still referencing old face */
3793  sel.containing_face = of;
3794  upd.containing_face = nf;
3797  NULL, 0);
3798  if ( ret == -1 ) return -1;
3799 
3800  return 0;
3801 }
#define LWT_COL_NODE_CONTAINING_FACE
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)
Definition: lwgeom_topo.c:279
LWT_ELEMID containing_face

References LWT_ISO_NODE::containing_face, lwt_be_updateNodes(), and LWT_COL_NODE_CONTAINING_FACE.

Referenced by _lwt_RemEdge().

Here is the call graph for this function:
Here is the caller graph for this function: