Graphviz 14.0.2~dev.20251008.0253
|
Go to the source code of this file.
Typedefs | |
typedef struct pq | pq_t |
priority queue heap | |
Functions | |
PRIVATE pq_t * | PQinitialize (void) |
PRIVATE void | PQcleanup (pq_t *pq) |
PRIVATE Halfedge * | PQextractmin (pq_t *pq) |
PRIVATE Point | PQ_min (pq_t *pq) |
PRIVATE bool | PQempty (const pq_t *pq) |
PRIVATE void | PQdelete (pq_t *pq, Halfedge *) |
PRIVATE void | PQinsert (pq_t *pq, Halfedge *, Site *, double) |
Definition at line 94 of file heap.c.
References Site::coord, pq::hash, pq::min, NULL, Halfedge::PQnext, Halfedge::vertex, Point::x, Point::y, and Halfedge::ystar.
Referenced by voronoi().
Definition at line 77 of file heap.c.
References pq::count, pq::hash, last, NULL, PQbucket(), Halfedge::PQnext, and Halfedge::vertex.
Referenced by voronoi().
Definition at line 119 of file heap.c.
References gv_alloc(), gv_calloc(), pq::hash, pq::hashsize, and sqrt_nsites.
Referenced by voronoi().
Definition at line 62 of file heap.c.
References Site::coord, pq::count, gt(), pq::hash, last, NULL, PQbucket(), Halfedge::PQnext, Halfedge::vertex, Point::x, Point::y, and Halfedge::ystar.
Referenced by triPath(), and voronoi().