PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ updateTopoGeomFaceSplit

int(* LWT_BE_CALLBACKS_T::updateTopoGeomFaceSplit) (const LWT_BE_TOPOLOGY *topo, LWT_ELEMID split_face, LWT_ELEMID new_face1, LWT_ELEMID new_face2)

Update TopoGeometry objects after a face split event.

Parameters
topothe topology to act upon
split_faceidentifier of the face that was split.
new_face1identifier of the first new face that was created as a result of face splitting.
new_face2identifier of the second new face that was created as a result of face splitting, or -1 if the old face was modified rather than replaced.
Returns
1 on success, 0 on error (
See also
lastErroMessage)

Definition at line 547 of file liblwgeom_topo.h.