|
Graphviz
2.29.20120524.0446
|
#include "gvplugin_layout.h"
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 |
| 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.
| 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 | ) |
Definition at line 328 of file dotinit.c.
References setEdgeType(), ET_SPLINE, dot_init_node_edge(), dot_rank(), aspect_t::badGraph, agerr(), AGWARN, NULL, aspect_t::nextIter, dot_mincross(), dot_position(), aspect_t::nPasses, GD_flags, NEW_RANK, dot_sameports(), dot_splines(), mapbool(), agget(), dot_compoundEdges(), and dotneato_postprocess().
{
dot_layout,
dot_cleanup,
}
Definition at line 50 of file gvlayout_dot_layout.c.
{
LAYOUT_USES_RANKDIR,
}
Definition at line 61 of file gvlayout_dot_layout.c.
{
{LAYOUT_DOT, "dot", 0, &dotgen_engine, &dotgen_features},
{0, NULL, 0, NULL, NULL}
}
Definition at line 65 of file gvlayout_dot_layout.c.
1.7.5