Graphviz 13.0.0~dev.20241220.2304
|
#include <rawgraph.h>
Data Fields | |
pointf | pos |
polygon * | poly |
active_edge * | active |
int | color |
int | topsort_order |
adj_list_t | adj_list |
adjacency list | |
struct position | pos |
struct polygon * | poly |
struct active_edge * | active |
active_edge* vertex::active |
Definition at line 34 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 DFS_visit(), dumpChanG(), edge_exists(), free_graph(), insert_edge(), and remove_redge().
int vertex::color |
Definition at line 20 of file rawgraph.h.
Referenced by DFS_visit(), make_graph(), and top_sort().
polygon* vertex::poly |
Definition at line 33 of file legal.c.
Referenced by find_intersection(), Plegal_arrangement(), and Plegal_arrangement().
pointf vertex::pos |
Definition at line 32 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().