Graphviz 2.29.20120208.0545
Defines | Functions
lib/circogen/blocktree.h File Reference
#include <render.h>
#include <circular.h>
Include dependency graph for blocktree.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Defines

#define BLOCKTREE_H

Functions

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

Define Documentation

#define BLOCKTREE_H

Definition at line 19 of file blocktree.h.


Function Documentation

block_t* createBlocktree ( Agraph_t g,
circ_state state 
)
void freeBlocktree ( block_t )

Definition at line 232 of file blocktree.c.

References block::children, blocklist_t::first, freeBlock(), freeBlocktree(), and block::next.

Referenced by freeBlocktree().