Home
last modified time | relevance | path

Searched refs:voronoiDiagram (Results 1 – 24 of 24) sorted by relevance

/dports/science/InsightToolkit/ITK-5.0.1/Modules/Segmentation/Voronoi/test/
H A DitkVoronoiDiagram2DTest.cxx46 VoronoiDiagram::Pointer voronoiDiagram = VoronoiDiagram::New(); in itkVoronoiDiagram2DTest() local
62 voronoiDiagram = voronoiDiagramGenerator->GetOutput(); in itkVoronoiDiagram2DTest()
66 PointType currP = voronoiDiagram->GetSeed(i); in itkVoronoiDiagram2DTest()
70 voronoiDiagram->GetCellId(i, currCell); in itkVoronoiDiagram2DTest()
79 for( currNeibor = voronoiDiagram->NeighborIdsBegin(i); in itkVoronoiDiagram2DTest()
80 currNeibor != voronoiDiagram->NeighborIdsEnd(i); ++currNeibor ) in itkVoronoiDiagram2DTest()
90 for( allVerts = voronoiDiagram->VertexBegin(); in itkVoronoiDiagram2DTest()
91 allVerts != voronoiDiagram->VertexEnd(); ++allVerts ) in itkVoronoiDiagram2DTest()
101 writer->SetInput( voronoiDiagram ); in itkVoronoiDiagram2DTest()
/dports/math/jts/jts-jts-1.18.1/modules/core/src/test/java/org/locationtech/jts/triangulate/
H A DVoronoiDiagramBuilderTest.java18 Geometry voronoi = voronoiDiagram(sites, clip); in testClipEnvelope()
24 public static Geometry voronoiDiagram(Geometry sitesGeom, Geometry clipGeom) in voronoiDiagram() method in VoronoiDiagramBuilderTest
/dports/math/jts/jts-jts-1.18.1/modules/core/src/test/java/test/jts/perf/operation/overlayng/
H A DRandomPolygonBuilder.java27 voronoi = voronoiDiagram(sites, extent); in RandomPolygonBuilder()
57 public Geometry voronoiDiagram(Geometry sitesGeom, Envelope extent) in voronoiDiagram() method in RandomPolygonBuilder
/dports/audio/faust/faust-2.37.3/tools/physicalModeling/mesh2faust/vega/libraries/distanceField/
H A DcomputeField.cpp118 if (voronoiDiagram != NULL) in computeFloodFillSignedField()
119 free(voronoiDiagram); in computeFloodFillSignedField()
120voronoiDiagram = (int*) malloc (sizeof(int) * (resolutionX+1) * (resolutionY+1) * (resolutionZ+1)); in computeFloodFillSignedField()
360voronoiDiagram[k * (resolutionX+1) * (resolutionY+1) + j * (resolutionX+1) + i] = closestSite; in ZigZagFloodFillSigned()
H A DdistanceField.cpp102 voronoiDiagram = NULL; in DistanceField()
112 voronoiDiagram = NULL; in DistanceField()
124 free(voronoiDiagram); in ~DistanceField()
367 if (voronoiDiagram == NULL) in saveVoronoiDiagram()
390 …fout.write((char*)voronoiDiagram, sizeof(int) * (resolutionX+1) * (resolutionY+1) * (resolutionZ+1… in saveVoronoiDiagram()
H A DdistanceField.h193 int * voronoiDiagram; variable
/dports/math/jts/jts-jts-1.18.1/modules/app/src/main/java/org/locationtech/jtstest/function/
H A DTriangulationFunctions.java82 public static Geometry voronoiDiagram(Geometry sitesGeom, Geometry clipGeom) in voronoiDiagram() method in TriangulationFunctions
113 voronoiPolys = voronoiDiagram(sitesGeom, clipGeom); in voronoiRelaxation()
/dports/audio/faust/faust-2.37.3/tools/physicalModeling/mesh2faust/vega/libraries/include/
H A DdistanceField.h193 int * voronoiDiagram; variable
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/geometry/
H A Dqgsgeos.h323 …QgsGeometry voronoiDiagram( const QgsAbstractGeometry *extent = nullptr, double tolerance = 0.0, b…
H A Dqgsgeometry.h1368 …QgsGeometry voronoiDiagram( const QgsGeometry &extent = QgsGeometry(), double tolerance = 0.0, boo…
H A Dqgsgeometry.cpp2202 QgsGeometry QgsGeometry::voronoiDiagram( const QgsGeometry &extent, double tolerance, bool edgesOnl… in voronoiDiagram() function in QgsGeometry
2211 QgsGeometry result = geos.voronoiDiagram( extent.constGet(), tolerance, edgesOnly, &mLastError ); in voronoiDiagram()
H A Dqgsgeos.cpp2364 QgsGeometry QgsGeos::voronoiDiagram( const QgsAbstractGeometry *extent, double tolerance, bool edge… in voronoiDiagram() function in QgsGeos
/dports/graphics/qgis/qgis-3.22.3/src/core/geometry/
H A Dqgsgeos.h509 …QgsGeometry voronoiDiagram( const QgsAbstractGeometry *extent = nullptr, double tolerance = 0.0, b…
H A Dqgsgeometry.h1520 …QgsGeometry voronoiDiagram( const QgsGeometry &extent = QgsGeometry(), double tolerance = 0.0, boo…
H A Dqgsgeometry.cpp2375 QgsGeometry QgsGeometry::voronoiDiagram( const QgsGeometry &extent, double tolerance, bool edgesOnl… in voronoiDiagram() function in QgsGeometry
2384 QgsGeometry result = geos.voronoiDiagram( extent.constGet(), tolerance, edgesOnly, &mLastError ); in voronoiDiagram()
H A Dqgsgeos.cpp2685 QgsGeometry QgsGeos::voronoiDiagram( const QgsAbstractGeometry *extent, double tolerance, bool edge… in voronoiDiagram() function in QgsGeos
/dports/graphics/php-geos/php-geos/tests/
H A D001_Geometry.phpt1820 if (!method_exists("GEOSGeometry", 'voronoiDiagram')) {
1830 $b = $g->voronoiDiagram();
1833 $b = $g->voronoiDiagram(0, 1);
1836 $b = $g->voronoiDiagram(0, 1, $g->buffer(1000));
/dports/graphics/php-geos/php-geos/
H A Dgeos.c422 PHP_METHOD(Geometry, voronoiDiagram);
561 PHP_ME(Geometry, voronoiDiagram, NULL, 0)
3210 PHP_METHOD(Geometry, voronoiDiagram) in PHP_METHOD() argument
/dports/graphics/qgis-ltr/qgis-3.16.16/tests/src/python/
H A Dtest_qgsgeometry.py5015 o = empty.voronoiDiagram()
5018 o = line.voronoiDiagram()
5022 o = input.voronoiDiagram()
5026 o = input.voronoiDiagram()
5033 o = input.voronoiDiagram()
5040 o = input.voronoiDiagram()
5048 o = input.voronoiDiagram()
5056 o = input.voronoiDiagram(QgsGeometry(), 6)
5064 o = input.voronoiDiagram(QgsGeometry(), 10)
5072 o = input.voronoiDiagram(QgsGeometry(), 100)
/dports/graphics/qgis/qgis-3.22.3/tests/src/python/
H A Dtest_qgsgeometry.py5209 o = empty.voronoiDiagram()
5212 o = line.voronoiDiagram()
5216 o = input.voronoiDiagram()
5220 o = input.voronoiDiagram()
5230 o = input.voronoiDiagram()
5240 o = input.voronoiDiagram()
5251 o = input.voronoiDiagram()
5262 o = input.voronoiDiagram(QgsGeometry(), 6)
5273 o = input.voronoiDiagram(QgsGeometry(), 10)
5284 o = input.voronoiDiagram(QgsGeometry(), 100)
/dports/math/octave/octave-6.4.0/scripts/help/
H A D__unimplemented__.m1317 "voronoiDiagram",
/dports/graphics/qgis-ltr/qgis-3.16.16/python/core/auto_generated/geometry/
H A Dqgsgeometry.sip.in1345 …QgsGeometry voronoiDiagram( const QgsGeometry &extent = QgsGeometry(), double tolerance = 0.0, boo…
/dports/graphics/qgis/qgis-3.22.3/python/core/auto_generated/geometry/
H A Dqgsgeometry.sip.in1518 …QgsGeometry voronoiDiagram( const QgsGeometry &extent = QgsGeometry(), double tolerance = 0.0, boo…
/dports/graphics/geos/geos-3.9.1/
H A DChangeLog15387 * php/geos.c, php/test/test.php: Expose Geometry.voronoiDiagram in