Home
last modified time | relevance | path

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

/dports/math/p5-Math-Geometry-Voronoi/Math-Geometry-Voronoi-1.3/
H A Dedgelist.c61 ELgethash(int b) in ELgethash() function
99 he = ELgethash(bucket) ; in ELleftbnd()
104 if ((he = ELgethash(bucket-i)) != (Halfedge *)NULL) in ELleftbnd()
108 if ((he = ELgethash(bucket+i)) != (Halfedge *)NULL) in ELleftbnd()
H A Dvdefs.h69 Halfedge * ELgethash(int) ;
/dports/databases/grass7/grass-7.8.6/vector/v.voronoi/
H A Dsw_edgelist.c54 struct Halfedge *ELgethash(int b) in ELgethash() function
82 he = ELgethash(bucket); in ELleftbnd()
85 if ((he = ELgethash(bucket - i)) != (struct Halfedge *)NULL) in ELleftbnd()
87 if ((he = ELgethash(bucket + i)) != (struct Halfedge *)NULL) in ELleftbnd()
H A Dsw_defs.h81 struct Halfedge *ELgethash(int);
/dports/graphics/graphviz/graphviz-2.44.1/lib/neatogen/
H A Dhedges.c169 static Halfedge *ELgethash(int b) in ELgethash() function
197 he = ELgethash(bucket); in ELleftbnd()
200 if ((he = ELgethash(bucket - i)) != (Halfedge *) NULL) in ELleftbnd()
202 if ((he = ELgethash(bucket + i)) != (Halfedge *) NULL) in ELleftbnd()
/dports/math/concorde/concorde/EDGEGEN/
H A Ddelaunay.c199 *ELgethash (delaunaydat *dd, int b),
528 static struct Halfedge *ELgethash (delaunaydat *dd, int b) in ELgethash() function
557 he = ELgethash (dd, bucket); in ELleftbnd()
560 if ((he = ELgethash (dd, bucket - i)) != (struct Halfedge *) NULL) in ELleftbnd()
562 if ((he = ELgethash (dd, bucket + i)) != (struct Halfedge *) NULL) in ELleftbnd()
/dports/science/fastjet/fastjet-3.3.4/src/
H A DVoronoi.cc289 Halfedge* VoronoiDiagramGenerator::ELgethash(int b){ in ELgethash() function in VoronoiDiagramGenerator
336 he = ELgethash(bucket); in ELleftbnd()
342 if ((he=ELgethash(bucket-i)) != (Halfedge*) NULL) in ELleftbnd()
344 if ((he=ELgethash(bucket+i)) != (Halfedge*) NULL) in ELleftbnd()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Segmentation/Voronoi/include/
H A DitkVoronoiDiagram2DGenerator.hxx579 VoronoiDiagram2DGenerator< TCoordRepType >::ELgethash(int b) in ELgethash() function in itk::VoronoiDiagram2DGenerator
618 FortuneHalfEdge *he = ELgethash(bucket); in findLeftHE()
623 if ( ( he = ELgethash(bucket - i) ) != nullptr ) { break; } in findLeftHE()
624 if ( ( he = ELgethash(bucket + i) ) != nullptr ) { break; } in findLeftHE()
H A DitkVoronoiDiagram2DGenerator.h250 FortuneHalfEdge * ELgethash(int b);
/dports/science/fastjet/fastjet-3.3.4/include/fastjet/internal/
H A DVoronoi.hh313 Halfedge * ELgethash(int b);