Graphviz 14.0.2~dev.20251008.0253
|
#include <stdbool.h>
#include <stddef.h>
#include <util/api.h>
#include <neatogen/poly.h>
#include <neatogen/voronoi.h>
Go to the source code of this file.
Data Structures | |
struct | Info_t |
info concerning site More... | |
Functions | |
PRIVATE void | addVertex (Site *, double, double) |
insert vertex into sorted list | |
Variables | |
Info_t * | nodeInfo |
array of node info | |
Definition at line 101 of file info.c.
References cmp(), compare(), gv_recalloc(), Info_t::n_verts, nodeInfo, Info_t::verts, and Point::x.
Referenced by addCorners(), and doSeg().
|
extern |
Definition at line 17 of file info.c.
Referenced by addCorners(), addVertex(), chkBoundBox(), countOverlap(), freeNodes(), makeInfo(), newPos(), rePos(), rmEquality(), sortSites(), and updateGraph().