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

◆ _lwt_UpdateNodeFaceRef()

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

Definition at line 4068 of file lwgeom_topo.c.

4069{
4070 LWT_ISO_NODE sel, upd;
4071 int ret;
4072
4073 assert( of != 0 );
4074
4075 /* Update face_left for all edges still referencing old face */
4076 sel.containing_face = of;
4077 upd.containing_face = nf;
4080 NULL, 0);
4081 if ( ret == -1 ) return -1;
4082
4083 return 0;
4084}
#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)
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: