Graphviz 13.1.3~dev.20250813.2319
|
info concerning site More...
#include <info.h>
Data Fields | |
Agnode_t * | node |
libgraph node | |
Site | site |
site used by voronoi code | |
bool | overlaps |
true if node overlaps other nodes | |
Poly | poly |
polygon at node | |
Point * | verts |
sorted list of vertices of voronoi polygon | |
size_t | n_verts |
number of elements in verts | |
size_t Info_t::n_verts |
Definition at line 36 of file info.h.
Referenced by addVertex(), makeInfo(), newpos(), and sortSites().
Agnode_t* Info_t::node |
Definition at line 31 of file info.h.
Referenced by makeInfo(), and updateGraph().
bool Info_t::overlaps |
Definition at line 33 of file info.h.
Referenced by countOverlap(), and newPos().
Poly Info_t::poly |
Definition at line 34 of file info.h.
Referenced by chkBoundBox(), countOverlap(), and makeInfo().
Site Info_t::site |
Definition at line 32 of file info.h.
Referenced by addCorners(), chkBoundBox(), countOverlap(), makeInfo(), newpos(), rePos(), sortSites(), and updateGraph().
Point* Info_t::verts |
Definition at line 35 of file info.h.
Referenced by addVertex(), freeNodes(), makeInfo(), newpos(), and sortSites().