#include "blocktree.h"
Include dependency graph for blocktree.c:
Go to the source code of this file.
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 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 * | bp | ) |
Definition at line 309 of file blocktree.c.
References block::children, blocklist_t::first, freeBlock(), freeBlocktree(), and block::next.
Referenced by freeBlocktree().