|
Graphviz 14.0.3~dev.20251028.0232
|
#include <rawgraph.h>
Data Fields | |
| pointf | pos |
| polygon * | poly |
| struct vertex * | active |
| int | color |
| int | topsort_order |
| adj_list_t | adj_list |
| adjacency list | |
| struct position | pos |
| struct polygon * | poly |
| struct active_edge * | active |
| struct vertex* vertex::active |
Definition at line 35 of file legal.c.
Referenced by find_ints(), find_ints(), and Plegal_arrangement().
| struct active_edge* vertex::active |
| adj_list_t vertex::adj_list |
Definition at line 22 of file rawgraph.h.
Referenced by dumpChanG(), edge_exists(), free_graph(), insert_edge(), LIST(), and remove_redge().
| int vertex::color |
Definition at line 20 of file rawgraph.h.
Referenced by LIST(), make_graph(), and top_sort().
| polygon* vertex::poly |
Definition at line 34 of file legal.c.
Referenced by find_intersection(), Plegal_arrangement(), and Plegal_arrangement().
| pointf vertex::pos |
Definition at line 33 of file legal.c.
Referenced by intpoint(), intpoint(), online(), online(), Plegal_arrangement(), Plegal_arrangement(), putSeg(), realIntersect(), sgnarea(), and sgnarea().
| int vertex::topsort_order |
Definition at line 21 of file rawgraph.h.
Referenced by assignTrackNo(), and top_sort().