Home
last modified time | relevance | path

Searched refs:GEOSSharedPaths_r (Results 1 – 10 of 10) sorted by relevance

/dports/graphics/php-geos/php-geos/
H A Dconfig.m470 …AC_CHECK_LIB(geos_c, GEOSSharedPaths_r, AC_DEFINE(HAVE_GEOS_SHARED_PATHS,1,[Whether we have GEOSSh…
H A Dgeos.c3151 geom_out = GEOSSharedPaths_r(GEOS_G(handle), geom_in_1, geom_in_2); in PHP_FUNCTION()
/dports/graphics/geos/geos-3.9.1/capi/
H A Dgeos_c.cpp1442 return GEOSSharedPaths_r(handle, g1, g2); in GEOSSharedPaths()
H A Dgeos_ts_c.cpp3203 GEOSSharedPaths_r(GEOSContextHandle_t extHandle, const GEOSGeometry* g1, const GEOSGeometry* g2) in GEOSSharedPaths_r() function
H A Dgeos_c.h.in726 extern GEOSGeometry GEOS_DLL *GEOSSharedPaths_r(GEOSContextHandle_t handle,
/dports/devel/librttopo/librttopo-1.1.0/src/
H A Drtgeom_geos.c1498 g3 = GEOSSharedPaths_r(ctx->gctx, g1,g2); in rtgeom_sharedpaths()
/dports/math/R-cran-terra/terra/src/
H A Dgeos_methods.cpp356 GEOSGeometry* r = GEOSSharedPaths_r(hGEOSCtxt, x[i].get(), x[j].get()); in shared_paths()
/dports/graphics/py-pygeos/pygeos-0.10.2/src/
H A Dufuncs.c734 static void* shared_paths_data[1] = {GEOSSharedPaths_r};
/dports/graphics/qgis/qgis-3.22.3/src/core/geometry/
H A Dqgsgeos.cpp2370 geos.reset( GEOSSharedPaths_r( geosinit()->ctxt, mGeos.get(), otherGeos.get() ) ); in sharedPaths()
/dports/databases/spatialite/libspatialite-5.0.1/src/gaiageo/
H A Dgg_relations_ext.c1396 g3 = GEOSSharedPaths_r (handle, g1, g2); in gaiaSharedPaths_r()