Home
last modified time | relevance | path

Searched refs:bottomsite (Results 1 – 17 of 17) sorted by relevance

/dports/math/p5-Math-Geometry-Voronoi/Math-Geometry-Voronoi-1.3/
H A Dvoronoi_core.c6 extern Site * bottomsite ;
25 bottomsite = (*nextsite)() ; in voronoi()
26 out_site(bottomsite) ; in voronoi()
H A Dedgelist.c7 Site * bottomsite ; variable
172 return(bottomsite) ; in leftreg()
183 return(bottomsite) ; in rightreg()
H A Dvdefs.h77 extern Site * bottomsite ;
/dports/graphics/graphviz/graphviz-2.44.1/lib/neatogen/
H A Dvoronoi.c34 bottomsite = (*nextsite) (); in voronoi()
36 out_site(bottomsite); in voronoi()
H A Dsite.h33 extern Site *bottomsite;
H A Dsite.c20 Site *bottomsite; variable
H A Dhedges.c254 return (bottomsite); in leftreg()
261 return (bottomsite); in rightreg()
/dports/databases/grass7/grass-7.8.6/vector/v.voronoi/
H A Dsw_edgelist.c142 return (bottomsite); in leftreg()
149 return (bottomsite); in rightreg()
H A Dsw_defs.h56 extern struct Site *bottomsite;
H A Dsw_voronoi.c21 bottomsite = (*nextsite) (); in voronoi()
H A Dsw_main.c18 struct Site *bottomsite; variable
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/share/extensions/
H A Dvoronoi.py207 bottomsite = siteIter.next()
208 context.outSite(bottomsite)
225 bot = lbnd.rightreg(bottomsite)
269 bot = lbnd.leftreg(bottomsite)
270 top = rbnd.rightreg(bottomsite)
273 mid = lbnd.rightreg(bottomsite)
/dports/graphics/qgis/qgis-3.22.3/python/plugins/processing/algs/qgis/
H A Dvoronoi.py232 bottomsite = next(siteIter)
233 context.outSite(bottomsite)
250 bot = lbnd.rightreg(bottomsite)
294 bot = lbnd.leftreg(bottomsite)
295 top = rbnd.rightreg(bottomsite)
298 mid = lbnd.rightreg(bottomsite)
/dports/graphics/qgis-ltr/qgis-3.16.16/python/plugins/processing/algs/qgis/
H A Dvoronoi.py232 bottomsite = next(siteIter)
233 context.outSite(bottomsite)
250 bot = lbnd.rightreg(bottomsite)
294 bot = lbnd.leftreg(bottomsite)
295 top = rbnd.rightreg(bottomsite)
298 mid = lbnd.rightreg(bottomsite)
/dports/math/concorde/concorde/EDGEGEN/
H A Ddelaunay.c135 struct Site *bottomsite; member
257 dd.bottomsite = nextsite (&dd); in CCedgegen_delaunay()
613 return (dd->bottomsite); in leftreg()
621 return (dd->bottomsite); in rightreg()
/dports/science/fastjet/fastjet-3.3.4/include/fastjet/internal/
H A DVoronoi.hh360 Site *bottomsite; member in VoronoiDiagramGenerator
/dports/science/fastjet/fastjet-3.3.4/src/
H A DVoronoi.cc399 return(bottomsite); in leftreg()
409 return bottomsite; in rightreg()
1098 bottomsite = nextone(); in voronoi()