Graphviz
2.41.20171026.1811
|
#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 258 of file circularinit.c.
void circo_init_graph | ( | graph_t * | g | ) |
Definition at line 64 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 244 of file circularinit.c.
void circoLayout | ( | Agraph_t * | g | ) |
Definition at line 206 of file circularinit.c.
References adjustNodes(), agnnodes(), circomps(), circularLayout(), CL_OFFSET, getPackInfo(), l_node, packSubgraphs(), and Agraph_s::root.
Referenced by circo_layout().