PostGIS  2.5.7dev-r@@SVN_REVISION@@
postgis/lwgeom_sfcgal.h File Reference
Include dependency graph for postgis/lwgeom_sfcgal.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

sfcgal_geometry_t * POSTGIS2SFCGALGeometry (GSERIALIZED *pglwgeom)
 
sfcgal_prepared_geometry_t * POSTGIS2SFCGALPreparedGeometry (GSERIALIZED *pglwgeom)
 
GSERIALIZEDSFCGALGeometry2POSTGIS (const sfcgal_geometry_t *geom, int force3D, int SRID)
 
GSERIALIZEDSFCGALPreparedGeometry2POSTGIS (const sfcgal_prepared_geometry_t *geom, int force3D)
 
Datum sfcgal_intersects (PG_FUNCTION_ARGS)
 
Datum sfcgal_intersects3D (PG_FUNCTION_ARGS)
 
Datum sfcgal_intersection (PG_FUNCTION_ARGS)
 
Datum sfcgal_difference3D (PG_FUNCTION_ARGS)
 
Datum sfcgal_difference (PG_FUNCTION_ARGS)
 
Datum sfcgal_union3D (PG_FUNCTION_ARGS)
 
Datum sfcgal_union (PG_FUNCTION_ARGS)
 
Datum sfcgal_volume (PG_FUNCTION_ARGS)
 
Datum sfcgal_triangulate (PG_FUNCTION_ARGS)
 
Datum sfcgal_area (PG_FUNCTION_ARGS)
 
Datum sfcgal_distance (PG_FUNCTION_ARGS)
 
Datum sfcgal_distance3D (PG_FUNCTION_ARGS)
 
Datum sfcgal_make_solid (PG_FUNCTION_ARGS)
 
Datum sfcgal_is_solid (PG_FUNCTION_ARGS)
 
void sfcgal_postgis_init (void)