Graphviz
2.41.20171026.1811
|
#include <block.h>
Data Fields | |
Agnode_t * | child |
block_t * | next |
Agraph_t * | sub_graph |
double | radius |
double | rad0 |
nodelist_t * | circle_list |
blocklist_t | children |
double | parent_pos |
int | flags |
blocklist_t block::children |
Definition at line 37 of file block.h.
Referenced by freeBlocktree(), and mkBlock().
nodelist_t* block::circle_list |
Definition at line 36 of file block.h.
Referenced by freeBlock().
block_t* block::next |
Definition at line 32 of file block.h.
Referenced by appendBlock(), createBlocktree(), freeBlocktree(), and insertBlock().
double block::parent_pos |
Definition at line 38 of file block.h.
Referenced by layout_block().
double block::rad0 |
Definition at line 35 of file block.h.
Referenced by layout_block().
double block::radius |
Definition at line 34 of file block.h.
Referenced by layout_block().
Agraph_t* block::sub_graph |
Definition at line 33 of file block.h.
Referenced by blockSize(), createBlocktree(), layout_block(), and mkBlock().