Graphviz  2.41.20171026.1811
Enumerations | Functions | Variables
gvlayout_dot_layout.c File Reference
#include "config.h"
#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 19 of file gvlayout_dot_layout.c.

Function Documentation

void dot_cleanup ( graph_t g)

Definition at line 180 of file dotinit.c.

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

void dot_layout ( graph_t g)

Definition at line 507 of file dotinit.c.

References agnnodes(), and dotneato_postprocess().

Variable Documentation

gvlayout_engine_t dotgen_engine
Initial value:
= {
}
void dot_cleanup(graph_t *g)
Definition: dotinit.c:180
void dot_layout(Agraph_t *g)
Definition: dotinit.c:507

Definition at line 24 of file gvlayout_dot_layout.c.

gvlayout_features_t dotgen_features
Initial value:
= {
}
#define LAYOUT_USES_RANKDIR
Definition: gvcjob.h:128

Definition at line 30 of file gvlayout_dot_layout.c.

gvplugin_installed_t gvlayout_dot_layout[]
Initial value:
= {
{0, NULL, 0, NULL, NULL}
}
gvlayout_engine_t dotgen_engine
#define NULL
Definition: logic.h:39
gvlayout_features_t dotgen_features

Definition at line 34 of file gvlayout_dot_layout.c.