PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ updateTopoGeomFaceHeal

int(* LWT_BE_CALLBACKS_T::updateTopoGeomFaceHeal) (const LWT_BE_TOPOLOGY *topo, LWT_ELEMID face1, LWT_ELEMID face2, LWT_ELEMID newface)

Update TopoGeometry objects after healing two faces.

Parameters
topothe topology to act upon
face1identifier of the first face
face2identifier of the second face
newfaceidentifier of the new face
Note
that newface may or may not be equal to face1 or face2, while face1 should never be the same as face2.
Returns
1 on success, 0 on error (
See also
lastErrorMessage)

Definition at line 803 of file liblwgeom_topo.h.