Graphviz  2.29.20120523.0446
Functions
lib/dotgen/cluster.c File Reference
#include "dot.h"
Include dependency graph for cluster.c:

Go to the source code of this file.

Functions

void interclexp (graph_t *subg)
void expand_cluster (graph_t *subg)
void mark_clusters (graph_t *g)
void build_skeleton (graph_t *g, graph_t *subg)
void install_cluster (graph_t *g, node_t *n, int pass, nodequeue *q)
void mark_lowclusters (Agraph_t *root)

Function Documentation

void build_skeleton ( graph_t g,
graph_t subg 
)
void expand_cluster ( graph_t subg)

Definition at line 338 of file cluster.c.

References class2(), GD_comp, GD_nlist, allocate_ranks(), build_ranks(), and interclexp().

void install_cluster ( graph_t g,
node_t n,
int  pass,
nodequeue q 
)

Definition at line 439 of file cluster.c.

References ND_clust, GD_installed, GD_minrank, GD_maxrank, install_in_rank(), GD_rankleader, and enqueue_neighbors().

Referenced by build_ranks().

void interclexp ( graph_t subg)
void mark_clusters ( graph_t g)
void mark_lowclusters ( Agraph_t root)