#include <render.h>#include <circular.h>


Go to the source code of this file.
Functions | |
| block_t * | createBlocktree (Agraph_t *g, circ_state *state) |
| void | freeBlocktree (block_t *) |
| block_t* createBlocktree | ( | Agraph_t * | g, | |
| circ_state * | state | |||
| ) |
Definition at line 267 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 * | ) |
Definition at line 309 of file blocktree.c.
References block::children, blocklist_t::first, freeBlock(), freeBlocktree(), and block::next.
Referenced by freeBlocktree().
1.5.6