#include "render.h"


Go to the source code of this file.
Functions | |
| void | circo_layout (Agraph_t *g) |
| void | circoLayout (Agraph_t *g) |
| void | circo_cleanup (Agraph_t *g) |
| void | circo_init_graph (graph_t *g) |
| void circo_cleanup | ( | Agraph_t * | g | ) |
Definition at line 298 of file circularinit.c.
| void circo_init_graph | ( | graph_t * | g | ) |
Definition at line 66 of file circularinit.c.
References ET_LINE, GD_ndim, Ndim, and setEdgeType().
Referenced by circo_layout().
| void circo_layout | ( | Agraph_t * | g | ) |
Definition at line 287 of file circularinit.c.
| void circoLayout | ( | Agraph_t * | g | ) |
Definition at line 242 of file circularinit.c.
References adjustNodes(), agdelete(), agnnodes(), circomps(), circularLayout(), CL_OFFSET, pack_info::doSplines, pack_info::fixed, free(), getPack(), getPackMode(), l_node, pack_info::margin, pack_info::mode, packSubgraphs(), and Agraph_t::root.
Referenced by circo_layout().
1.5.6