Graphviz 13.0.0~dev.20241222.1117
|
#include <circular.h>
Data Fields | |
blocklist_t | bl |
int | orderCount |
int | blockCount |
int | graphCopyCount |
how many cloned graphs have we created? | |
int | spanningTreeCount |
how many spanning trees have we created? | |
attrsym_t * | N_root |
char * | rootname |
double | min_dist |
Definition at line 16 of file circular.h.
blocklist_t circ_state::bl |
Definition at line 17 of file circular.h.
Referenced by createBlocktree(), and initGraphAttrs().
int circ_state::blockCount |
Definition at line 19 of file circular.h.
Referenced by circularLayout(), createOneBlock(), and makeBlockGraph().
int circ_state::graphCopyCount |
Definition at line 20 of file circular.h.
Referenced by clone_graph().
double circ_state::min_dist |
Definition at line 24 of file circular.h.
Referenced by circPos(), and initGraphAttrs().
attrsym_t* circ_state::N_root |
Definition at line 22 of file circular.h.
Referenced by find_blocks(), and initGraphAttrs().
int circ_state::orderCount |
Definition at line 18 of file circular.h.
Referenced by initGraphAttrs().
char* circ_state::rootname |
Definition at line 23 of file circular.h.
Referenced by find_blocks(), and initGraphAttrs().
int circ_state::spanningTreeCount |
Definition at line 21 of file circular.h.
Referenced by spanning_tree().