Definition at line 1203 of file lwstroke.c.
1206 uint32_t i, hascurve = 0;
1208 LWDEBUG(2,
"lwmpoly_unstroke called.");
1211 for (i=0; i<mpoly->
ngeoms; i++)
1221 for (i=0; i<mpoly->
ngeoms; i++)
LWGEOM * lwgeom_clone_deep(const LWGEOM *lwgeom)
Deep clone an LWGEOM, everything is copied.
void * lwalloc(size_t size)
LWCOLLECTION * lwcollection_construct(uint8_t type, int32_t srid, GBOX *bbox, uint32_t ngeoms, LWGEOM **geoms)
#define LWDEBUG(level, msg)
LWGEOM * lwpolygon_unstroke(const LWPOLY *poly)
References CURVEPOLYTYPE, LWMPOLY::geoms, lwalloc(), lwcollection_construct(), LWDEBUG, lwfree(), lwgeom_clone_deep(), lwpolygon_unstroke(), MULTISURFACETYPE, LWMPOLY::ngeoms, LWMPOLY::srid, and ovdump::type.
Referenced by lwgeom_unstroke().