Graphviz
2.41.20171026.1811
|
#include "blocktree.h"
Go to the source code of this file.
Data Structures | |
struct | estack |
Functions | |
block_t * | createBlocktree (Agraph_t *g, circ_state *state) |
void | freeBlocktree (block_t *bp) |
block_t* createBlocktree | ( | Agraph_t * | g, |
circ_state * | state | ||
) |
Definition at line 181 of file blocktree.c.
References agfstnode(), agnxtnode(), appendBlock(), circ_state::bl, BLOCK, CHILD, blocklist_t::first, initBlocklist(), block::next, parent, PARENT, SET_PARENT, block::sub_graph, and VAL.
Referenced by circularLayout().
void freeBlocktree | ( | block_t * | bp | ) |
Definition at line 224 of file blocktree.c.
References block::children, blocklist_t::first, freeBlock(), freeBlocktree(), and block::next.
Referenced by freeBlocktree().