Graphviz
2.41.20171026.1811
|
#include "hedges.h"
Go to the source code of this file.
Macros | |
#define | HEAP_H |
Functions | |
void | PQinitialize (void) |
void | PQcleanup (void) |
Halfedge * | PQextractmin (void) |
Point | PQ_min (void) |
int | PQempty (void) |
void | PQdelete (Halfedge *) |
void | PQinsert (Halfedge *, Site *, double) |
Point PQ_min | ( | void | ) |
Definition at line 86 of file heap.c.
References Site::coord, NULL, Halfedge::PQnext, Halfedge::vertex, Point::x, Point::y, and Halfedge::ystar.
Referenced by voronoi().
void PQdelete | ( | Halfedge * | ) |
Definition at line 64 of file heap.c.
References deref(), NULL, Halfedge::PQnext, and Halfedge::vertex.
Referenced by voronoi().
Halfedge* PQextractmin | ( | void | ) |
void PQinitialize | ( | void | ) |
Definition at line 45 of file heap.c.
References Site::coord, NULL, Halfedge::PQnext, ref(), Halfedge::vertex, Point::x, Point::y, and Halfedge::ystar.
Referenced by voronoi().