Graphviz  2.29.20120524.0446
Enumerations | Functions | Variables
plugin/neato_layout/gvlayout_neato_layout.c File Reference
#include <stdio.h>
#include "gvplugin_layout.h"
#include "globals.h"
Include dependency graph for gvlayout_neato_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 neato_layout (graph_t *g)
void fdp_layout (graph_t *g)
void sfdp_layout (graph_t *g)
void twopi_layout (graph_t *g)
void circo_layout (graph_t *g)
void patchwork_layout (graph_t *g)
void osage_layout (graph_t *g)
void neato_cleanup (graph_t *g)
void fdp_cleanup (graph_t *g)
void sfdp_cleanup (graph_t *g)
void twopi_cleanup (graph_t *g)
void circo_cleanup (graph_t *g)
void patchwork_cleanup (graph_t *g)
void osage_cleanup (graph_t *g)

Variables

gvlayout_engine_t neatogen_engine
gvlayout_engine_t fdpgen_engine
gvlayout_engine_t twopigen_engine
gvlayout_engine_t circogen_engine
gvlayout_engine_t nop1gen_engine
gvlayout_engine_t nop2gen_engine
gvlayout_engine_t patchwork_engine
gvlayout_engine_t osage_engine
gvlayout_features_t neatogen_features
gvplugin_installed_t gvlayout_neato_types []

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 54 of file gvlayout_neato_layout.c.


Function Documentation

void circo_cleanup ( graph_t g)
void circo_layout ( graph_t g)
void fdp_cleanup ( graph_t g)
void fdp_layout ( graph_t g)
void neato_cleanup ( graph_t g)
void neato_layout ( graph_t g)
void osage_cleanup ( graph_t g)
void osage_layout ( graph_t g)
void patchwork_cleanup ( graph_t g)
void patchwork_layout ( graph_t g)
void sfdp_cleanup ( graph_t g)
void sfdp_layout ( graph_t g)
void twopi_cleanup ( graph_t g)
void twopi_layout ( graph_t g)

Variable Documentation

Initial value:

Definition at line 117 of file gvlayout_neato_layout.c.

Initial value:

Definition at line 100 of file gvlayout_neato_layout.c.

Initial value:

Definition at line 95 of file gvlayout_neato_layout.c.

Initial value:
 {
        0,
}

Definition at line 142 of file gvlayout_neato_layout.c.

Initial value:
 {
    nop1_layout,
    neato_cleanup,
}

Definition at line 122 of file gvlayout_neato_layout.c.

Initial value:
 {
    nop2_layout,
    neato_cleanup,
}

Definition at line 127 of file gvlayout_neato_layout.c.

Initial value:

Definition at line 137 of file gvlayout_neato_layout.c.

Initial value:

Definition at line 132 of file gvlayout_neato_layout.c.

Initial value:

Definition at line 112 of file gvlayout_neato_layout.c.