Graphviz  2.41.20171026.1811
Functions
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 282 of file cluster.c.

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

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

Definition at line 379 of file cluster.c.

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

Referenced by build_ranks().

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