Definition at line 46 of file cu_triangulate.c.
48 #if POSTGIS_GEOS_VERSION >= 35
void lwgeom_free(LWGEOM *geom)
#define LW_PARSER_CHECK_NONE
uint32_t lwgeom_get_type(const LWGEOM *geom)
Return LWTYPE number.
LWGEOM * lwgeom_voronoi_diagram(const LWGEOM *g, const GBOX *env, double tolerance, int output_edges)
Take vertices of a geometry and build the Voronoi diagram.
LWGEOM * lwgeom_from_wkt(const char *wkt, const char check)
References COLLECTIONTYPE, LW_PARSER_CHECK_NONE, lwgeom_free(), lwgeom_from_wkt(), lwgeom_get_type(), lwgeom_voronoi_diagram(), and MULTILINETYPE.
Referenced by triangulate_suite_setup().