Graphviz  2.29.20120524.0446
Enumerations | Functions | Variables
plugin/dot_layout/gvlayout_dot_layout.c File Reference
#include "gvplugin_layout.h"
Include dependency graph for gvlayout_dot_layout.c:

Go to the source code of this file.

Enumerations

enum  layout_type {
  LAYOUT_DOT, LAYOUT_NEATO, LAYOUT_FDP, LAYOUT_SFDP,
  LAYOUT_TWOPI, LAYOUT_CIRCO, LAYOUT_PATCHWORK, LAYOUT_CLUSTER,
  LAYOUT_NOP1, LAYOUT_NOP2
}

Functions

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

Variables

gvlayout_engine_t dotgen_engine
gvlayout_features_t dotgen_features
gvplugin_installed_t gvlayout_dot_layout []

Enumeration Type Documentation

Enumerator:
LAYOUT_DOT 
LAYOUT_NEATO 
LAYOUT_FDP 
LAYOUT_SFDP 
LAYOUT_TWOPI 
LAYOUT_CIRCO 
LAYOUT_PATCHWORK 
LAYOUT_CLUSTER 
LAYOUT_NOP1 
LAYOUT_NOP2 

Definition at line 21 of file gvlayout_dot_layout.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_layout ( graph_t g)

Variable Documentation

Initial value:

Definition at line 50 of file gvlayout_dot_layout.c.

Initial value:

Definition at line 61 of file gvlayout_dot_layout.c.

Initial value:
 {
    {LAYOUT_DOT, "dot", 0, &dotgen_engine, &dotgen_features},
    {0, NULL, 0, NULL, NULL}
}

Definition at line 65 of file gvlayout_dot_layout.c.