Definition at line 6416 of file lwgeom_topo.c.
6422 LWDEBUGF(2,
"Computing GBOX for ring %p", ring);
6423 for (i=0; i<ring->
size; ++i)
int gbox_merge(const GBOX *new_box, GBOX *merge_box)
Update the merged GBOX to be large enough to include itself and the new box.
GBOX * gbox_clone(const GBOX *gbox)
LWGEOM * lwline_as_lwgeom(const LWLINE *obj)
const GBOX * lwgeom_get_bbox(const LWGEOM *lwgeom)
Get a non-empty geometry bounding box, computing and caching it if not already there.
#define LWDEBUGF(level, msg,...)
LWT_EDGERING_ELEM ** elems
References LWT_EDGERING_ELEM_T::edge, LWT_EDGERING_T::elems, LWT_EDGERING_T::env, gbox_clone(), gbox_merge(), LWT_ISO_EDGE::geom, LWDEBUGF, lwgeom_get_bbox(), lwline_as_lwgeom(), and LWT_EDGERING_T::size.
Referenced by _lwt_FindFaceContainingRing(), and _lwt_RegisterFaceOnEdgeSide().