PostGIS  2.4.9dev-r@@SVN_REVISION@@

◆ lwt_be_deleteFacesById()

static int lwt_be_deleteFacesById ( const LWT_TOPOLOGY topo,
const LWT_ELEMID ids,
int  numelems 
)
static

Definition at line 207 of file lwgeom_topo.c.

References CBT2.

Referenced by _lwt_AddEdge(), and _lwt_RemEdge().

208 {
209  CBT2(topo, deleteFacesById, ids, numelems);
210 }
#define CBT2(to, method, a1, a2)
Definition: lwgeom_topo.c:99
Here is the caller graph for this function: