Graphviz  2.41.20171026.1811
Data Structures | Functions
blocktree.c File Reference
#include "blocktree.h"
Include dependency graph for blocktree.c:

Go to the source code of this file.

Data Structures

struct  estack
 

Functions

block_tcreateBlocktree (Agraph_t *g, circ_state *state)
 
void freeBlocktree (block_t *bp)
 

Function Documentation

block_t* createBlocktree ( Agraph_t g,
circ_state state 
)
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().