Graphviz  2.29.20120523.0446
Defines | Functions
lib/dotgen/dotinit.c File Reference
#include <time.h>
#include "dot.h"
#include "aspect.h"
Include dependency graph for dotinit.c:

Go to the source code of this file.

Defines

#define MIN_AR   1.0
#define MAX_AR   20.0
#define DEF_PASSES   5

Functions

void dot_init_node_edge (graph_t *g)
void dot_cleanup (graph_t *g)
void dot_layout (Agraph_t *g)

Define Documentation

#define DEF_PASSES   5

Definition at line 253 of file dotinit.c.

#define MAX_AR   20.0

Definition at line 252 of file dotinit.c.

#define MIN_AR   1.0

Definition at line 251 of file dotinit.c.


Function Documentation

void dot_cleanup ( graph_t g)

Definition at line 202 of file dotinit.c.

References GD_nlist, agfstnode(), agnxtnode(), agfstout(), agnxtout(), and gv_cleanup_edge().

void dot_init_node_edge ( graph_t g)

Definition at line 77 of file dotinit.c.

References agfstnode(), agnxtnode(), agfstout(), and agnxtout().

Referenced by dot_layout().

void dot_layout ( Agraph_t g)