Graphviz 14.0.2~dev.20251008.0253
|
#include <neatogen/geometry.h>
#include <neatogen/edges.h>
#include <neatogen/hedges.h>
#include <neatogen/heap.h>
#include <neatogen/voronoi.h>
#include <util/gv_math.h>
#include <util/list.h>
Go to the source code of this file.
Functions | |
void | voronoi (Site *(*nextsite)(void *context), void *context) |
void voronoi | ( | Site *(*)(void *context) | nextsite, |
void * | context | ||
) |
Definition at line 19 of file voronoi.c.
References el_state_t::allocated, bottomsite, clip_line(), Site::coord, ELcleanup(), ELdelete(), Halfedge::ELedge, ELinitialize(), ELinsert(), ELleft(), ELleftbnd(), Halfedge::ELpm, ELright(), endpoint(), gvbisect(), HEcreate(), hintersect(), le, el_state_t::leftend, leftreg(), ngdist(), NULL, PQ_min(), PQcleanup(), PQdelete(), PQempty(), PQextractmin(), PQinitialize(), PQinsert(), re, el_state_t::rightend, rightreg(), SWAP, top(), Halfedge::vertex, Point::x, and Point::y.
Referenced by vAdjust().