Graphviz 13.0.0~dev.20250201.2204
Loading...
Searching...
No Matches
Info_t Struct Reference

info concerning site More...

#include <info.h>

Collaboration diagram for Info_t:
[legend]

Data Fields

Agnode_tnode
 libgraph node
 
Site site
 site used by voronoi code
 
bool overlaps
 true if node overlaps other nodes
 
Poly poly
 polygon at node
 
Pointverts
 sorted list of vertices of voronoi polygon
 
size_t n_verts
 number of elements in verts
 

Detailed Description

Definition at line 24 of file info.h.

Field Documentation

◆ n_verts

size_t Info_t::n_verts

Definition at line 30 of file info.h.

Referenced by addVertex(), makeInfo(), newpos(), and sortSites().

◆ node

Agnode_t* Info_t::node

Definition at line 25 of file info.h.

Referenced by makeInfo(), and updateGraph().

◆ overlaps

bool Info_t::overlaps

Definition at line 27 of file info.h.

Referenced by countOverlap(), and newPos().

◆ poly

Poly Info_t::poly

Definition at line 28 of file info.h.

Referenced by chkBoundBox(), countOverlap(), and makeInfo().

◆ site

Site Info_t::site

Definition at line 26 of file info.h.

Referenced by addCorners(), chkBoundBox(), countOverlap(), makeInfo(), newpos(), rePos(), sortSites(), and updateGraph().

◆ verts

Point* Info_t::verts

Definition at line 29 of file info.h.

Referenced by addVertex(), freeNodes(), makeInfo(), newpos(), and sortSites().


The documentation for this struct was generated from the following file: