#include "dot.h"
Include dependency graph for rank.c:
Go to the source code of this file.
Functions | |
void | dot_scan_ranks (graph_t *g) |
void | expand_ranksets (graph_t *g) |
void | dot_rank (graph_t *g) |
int | is_cluster (graph_t *g) |
void dot_rank | ( | graph_t * | g | ) |
Definition at line 461 of file rank.c.
References acyclic(), agfindattr(), class1(), decompose(), and expand_ranksets().
Referenced by dot_layout().
void dot_scan_ranks | ( | graph_t * | g | ) |
Definition at line 199 of file rank.c.
References agfstnode(), agnxtnode(), GD_leader, GD_maxrank, GD_minrank, MAXSHORT, ND_rank, and NULL.
void expand_ranksets | ( | graph_t * | g | ) |
Definition at line 404 of file rank.c.
References agfstnode(), agnxtnode(), CL_type, GD_clust, GD_maxrank, GD_minrank, GD_n_cluster, LEAFSET, LOCAL, MAXSHORT, ND_rank, ND_ranktype, UF_find(), and UF_singleton().
Referenced by dot_rank().
int is_cluster | ( | graph_t * | g | ) |