Graphviz
2.41.20171026.1811
|
#include "dot.h"
Go to the source code of this file.
Macros | |
#define | BACKWARD_PENALTY 1000 |
#define | STRONG_CLUSTER_WEIGHT 1000 |
#define | NORANK 6 |
#define | ROOT "\177root" |
#define | TOPNODE "\177top" |
#define | BOTNODE "\177bot" |
#define | ND_comp(n) ND_hops(n) |
Functions | |
void | dot_scan_ranks (graph_t *g) |
void | rank1 (graph_t *g) |
void | dot_rank (graph_t *g, aspect_t *asp) |
int | is_cluster (graph_t *g) |
int | rank2 (Agraph_t *, int, int, int) |
Variables | |
int | infosizes [] |
Definition at line 573 of file rank.c.
References agget(), GD_flags, GD_maxrank, GD_minrank, NEW_RANK, and Verbose.
void dot_scan_ranks | ( | graph_t * | g | ) |
Definition at line 204 of file rank.c.
References agfstnode(), agnxtnode(), GD_leader, GD_maxrank, GD_minrank, MAXSHORT, ND_rank, and NULL.
Definition at line 585 of file rank.c.
References agnameof().
void rank1 | ( | graph_t * | g | ) |
Definition at line 386 of file rank.c.
References agget(), agnnodes(), GD_comp, GD_n_cluster, GD_nlist, INT_MAX, and rank().
Referenced by rank3().
Definition at line 794 of file ns.c.
References elapsed_sec(), SEARCHSIZE, start_timer(), and Verbose.
Referenced by rank().
int infosizes[] |