Home
last modified time | relevance | path

Searched refs:GEOSVoronoiDiagram (Results 1 – 16 of 16) sorted by relevance

/dports/graphics/geos/geos-3.9.1/tests/unit/capi/
H A DGEOSVoronoiDiagramTest.cpp96 geom2_ = GEOSVoronoiDiagram(geom1_, nullptr, 0, 0); in test()
101 geom2_ = GEOSVoronoiDiagram(geom1_, nullptr, 0, 1); in test()
113 geom2_ = GEOSVoronoiDiagram(geom1_, nullptr, 0, 0); in test()
118 geom2_ = GEOSVoronoiDiagram(geom1_, nullptr, 0, 1); in test()
130 geom2_ = GEOSVoronoiDiagram(geom1_, nullptr, 0, 0); in test()
135 geom2_ = GEOSVoronoiDiagram(geom1_, nullptr, 0, 1); in test()
148 geom2_ = GEOSVoronoiDiagram(geom1_, nullptr, 10, 0); in test()
153 geom2_ = GEOSVoronoiDiagram(geom1_, nullptr, 10, 1); in test()
165 geom2_ = GEOSVoronoiDiagram(geom1_, nullptr, 10, 0); in test()
181 geom2_ = GEOSVoronoiDiagram(geom1_, nullptr, 0, 1); in test()
[all …]
/dports/databases/postgis31/postgis-3.1.4/fuzzers/
H A Dgeos_stub.h115 GEOSVoronoiDiagram() in GEOSVoronoiDiagram() function
/dports/databases/postgis30/postgis-3.0.4/fuzzers/
H A Dgeos_stub.h115 GEOSVoronoiDiagram() in GEOSVoronoiDiagram() function
/dports/databases/postgis32/postgis-3.2.0/fuzzers/
H A Dgeos_stub.h115 GEOSVoronoiDiagram() in GEOSVoronoiDiagram() function
/dports/databases/postgis25/postgis-2.5.5/fuzzers/
H A Dwkb_import_fuzzer.cpp59 void GEOSVoronoiDiagram() { assert(0); } in GEOSVoronoiDiagram() function
H A Dwkt_import_fuzzer.cpp59 void GEOSVoronoiDiagram() { assert(0); } in GEOSVoronoiDiagram() function
/dports/devel/py-shapely/Shapely-1.8.0/shapely/
H A Dctypes_declarations.py234 lgeos.GEOSVoronoiDiagram.restype = c_void_p
235 lgeos.GEOSVoronoiDiagram.argtypes = [c_void_p, c_void_p, c_double, c_int]
H A Dgeos.py753 self.methods['voronoi_diagram'] = self.GEOSVoronoiDiagram
/dports/graphics/geos/geos-3.9.1/capi/
H A Dgeos_c.cpp1506 GEOSVoronoiDiagram(const Geometry* g, const Geometry* env, double tolerance, int onlyEdges) in GEOSVoronoiDiagram() function
H A Dgeos_c.h.in1805 extern GEOSGeometry GEOS_DLL * GEOSVoronoiDiagram(
/dports/databases/postgis25/postgis-2.5.5/liblwgeom/
H A Dlwgeom_geos.c1846 geos_result = GEOSVoronoiDiagram(geos_geom, geos_env, tolerance, output_edges); in lwgeom_voronoi_diagram()
/dports/databases/postgis31/postgis-3.1.4/liblwgeom/
H A Dlwgeom_geos.c2052 geos_result = GEOSVoronoiDiagram(geos_geom, geos_env, tolerance, output_edges); in lwgeom_voronoi_diagram()
/dports/databases/postgis30/postgis-3.0.4/liblwgeom/
H A Dlwgeom_geos.c1926 geos_result = GEOSVoronoiDiagram(geos_geom, geos_env, tolerance, output_edges); in lwgeom_voronoi_diagram()
/dports/databases/postgis32/postgis-3.2.0/liblwgeom/
H A Dlwgeom_geos.c2075 geos_result = GEOSVoronoiDiagram(geos_geom, geos_env, tolerance, output_edges); in lwgeom_voronoi_diagram()
/dports/databases/spatialite/libspatialite-5.0.1/src/gaiageo/
H A Dgg_relations_ext.c4732 g2 = GEOSVoronoiDiagram (g1, env, tolerance, 0); in gaiaVoronojDiagram()
/dports/graphics/geos/geos-3.9.1/
H A DChangeLog15380 GEOSVoronoiDiagram signature to accept optional clip extent With
15398 tests/unit/capi/GEOSVoronoiDiagramTest.cpp: Fix GEOSVoronoiDiagram
15558 parameter to GEOSVoronoiDiagram (#627) Contributed by Vishal Tiwari
15592 GEOSVoronoiDiagramBuilder to GEOSVoronoiDiagram See #627