Definition at line 162 of file lwchaikins.c.
164 LWDEBUG(2,
"Entered lwcollection_set_effective_area");
172 for( i = 0; i < igeom->
ngeoms; i++ )
LWCOLLECTION * lwcollection_construct_empty(uint8_t type, int srid, char hasz, char hasm)
#define FLAGS_GET_Z(flags)
Macros for manipulating the 'flags' byte.
#define FLAGS_GET_M(flags)
LWCOLLECTION * lwcollection_add_lwgeom(LWCOLLECTION *col, const LWGEOM *geom)
Appends geom to the collection managed by col.
int lwcollection_is_empty(const LWCOLLECTION *col)
LWGEOM * lwgeom_chaikin(const LWGEOM *igeom, int n_iterations, int preserve_endpoint)
#define LWDEBUG(level, msg)
References LWCOLLECTION::flags, FLAGS_GET_M, FLAGS_GET_Z, LWCOLLECTION::geoms, lwcollection_add_lwgeom(), lwcollection_construct_empty(), lwcollection_is_empty(), LWDEBUG, lwgeom_chaikin(), LWCOLLECTION::ngeoms, LWCOLLECTION::srid, and LWCOLLECTION::type.
Referenced by lwgeom_chaikin().