Graphviz
2.41.20171026.1811
|
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 [] |
enum layout_type |
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.
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().
gvlayout_engine_t dotgen_engine |
Definition at line 24 of file gvlayout_dot_layout.c.
gvlayout_features_t dotgen_features |
Definition at line 30 of file gvlayout_dot_layout.c.
gvplugin_installed_t gvlayout_dot_layout[] |
Definition at line 34 of file gvlayout_dot_layout.c.