Graphviz  2.29.20120524.0446
Functions
lib/dotgen/rank.c File Reference
#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 rank1 (graph_t *g)
void dot_rank (graph_t *g, aspect_t *asp)
int is_cluster (graph_t *g)

Function Documentation

void dot_rank ( graph_t g,
aspect_t asp 
)

Definition at line 615 of file rank.c.

References agget(), GD_flags, and NEW_RANK.

Referenced by dot_layout().

void dot_scan_ranks ( graph_t g)

Definition at line 221 of file rank.c.

References NULL, GD_minrank, MAXSHORT, GD_maxrank, agfstnode(), agnxtnode(), ND_rank, and GD_leader.

int is_cluster ( graph_t g)

Definition at line 627 of file rank.c.

References agnameof.

void rank1 ( graph_t g)

Definition at line 428 of file rank.c.

References INT_MAX, agget(), agnnodes(), GD_comp, GD_nlist, rank(), and GD_n_cluster.

Referenced by rank3().