Graphviz 2.29.20120208.0545
Functions
lib/circogen/circo.h File Reference
#include "render.h"
Include dependency graph for circo.h:
This graph shows which files directly or indirectly include this file:

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)

Function Documentation

void circo_cleanup ( Agraph_t g)

Definition at line 276 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 262 of file circularinit.c.

void circoLayout ( Agraph_t g)