|
Graphviz 14.0.3~dev.20251104.0241
|
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 31 of file info.h.
Referenced by addVertex(), makeInfo(), newpos(), and sortSites().
| Agnode_t* Info_t::node |
Definition at line 26 of file info.h.
Referenced by makeInfo(), and updateGraph().
| bool Info_t::overlaps |
Definition at line 28 of file info.h.
Referenced by countOverlap(), and newPos().
| Poly Info_t::poly |
Definition at line 29 of file info.h.
Referenced by chkBoundBox(), countOverlap(), and makeInfo().
| Site Info_t::site |
Definition at line 27 of file info.h.
Referenced by addCorners(), chkBoundBox(), countOverlap(), makeInfo(), newpos(), rePos(), sortSites(), and updateGraph().
| Point* Info_t::verts |
Definition at line 30 of file info.h.
Referenced by addVertex(), freeNodes(), makeInfo(), newpos(), and sortSites().