|
Graphviz
2.41.20171026.1811
|
#include "dot.h"
Go to the source code of this file.
Data Structures | |
| struct | nodeGroup_t |
| struct | layerWidthInfo_t |
Macros | |
| #define | MIN_AR 1.0 |
| #define | MAX_AR 20.0 |
| #define | DEF_PASSES 5 |
| #define | DPI 72 |
Typedefs | |
| typedef struct nodeGroup_t | nodeGroup_t |
| typedef struct layerWidthInfo_t | layerWidthInfo_t |
Functions | |
| int | countDummyNodes (graph_t *g) |
| void | initEdgeTypes (graph_t *g) |
| void | rank3 (graph_t *g, aspect_t *asp) |
| void | init_UF_size (graph_t *g) |
| aspect_t * | setAspect (Agraph_t *g, aspect_t *adata) |
| #define DEF_PASSES 5 |
Definition at line 29 of file aspect.c.
Referenced by setAspect().
| #define MAX_AR 20.0 |
Definition at line 28 of file aspect.c.
Referenced by setAspect().
| #define MIN_AR 1.0 |
Definition at line 27 of file aspect.c.
Referenced by setAspect().
| typedef struct layerWidthInfo_t layerWidthInfo_t |
| typedef struct nodeGroup_t nodeGroup_t |
Definition at line 129 of file aspect.c.
References agfstnode(), agfstout(), aghead(), agnxtnode(), agnxtout(), agtail(), and ND_rank.
| void init_UF_size | ( | graph_t * | g | ) |
Definition at line 1969 of file aspect.c.
References agfstnode(), agnxtnode(), and ND_UF_size.
| void initEdgeTypes | ( | graph_t * | g | ) |
Definition at line 1595 of file aspect.c.
References agfstnode(), agnxtnode(), ED_edge_type, ND_in, and NORMAL.
Definition at line 1786 of file aspect.c.
References agfstnode(), agnxtnode(), aspect_t::combiAR, aspect_t::curIterations, MAXDOUBLE, ND_rank, aspect_t::nextIter, aspect_t::prevIterations, rank1(), str, aspect_t::targetAR, and Verbose.
Definition at line 1978 of file aspect.c.
References agerr(), agget(), AGWARN, aspect_t::badGraph, DEF_PASSES, MAX_AR, MIN_AR, aspect_t::nextIter, aspect_t::nPasses, NULL, aspect_t::targetAR, and Verbose.
1.8.5