Graphviz
2.41.20171026.1811
|
#include <circular.h>
Data Fields | |
blocklist_t | bl |
int | orderCount |
int | blockCount |
attrsym_t * | N_artpos |
attrsym_t * | N_root |
char * | rootname |
double | min_dist |
Definition at line 20 of file circular.h.
blocklist_t circ_state::bl |
Definition at line 21 of file circular.h.
Referenced by createBlocktree().
int circ_state::blockCount |
Definition at line 23 of file circular.h.
double circ_state::min_dist |
Definition at line 27 of file circular.h.
Referenced by circPos().
attrsym_t* circ_state::N_artpos |
Definition at line 24 of file circular.h.
attrsym_t* circ_state::N_root |
Definition at line 25 of file circular.h.
int circ_state::orderCount |
Definition at line 22 of file circular.h.
char* circ_state::rootname |
Definition at line 26 of file circular.h.