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

Go to the source code of this file.

Functions

void merge_chain (graph_t *g, edge_t *e, edge_t *f, int flag)
int mergeable (edge_t *e, edge_t *f)
void class2 (graph_t *g)

Function Documentation

void class2 ( graph_t g)
void merge_chain ( graph_t g,
edge_t e,
edge_t f,
int  flag 
)

Definition at line 144 of file class2.c.

References MAX, ND_rank, agtail, aghead, assert, ED_to_virt, NULL, ED_count, ED_xpenalty, ED_weight, and ND_out.

Referenced by class2(), and interclexp().

int mergeable ( edge_t e,
edge_t f 
)

Definition at line 165 of file class2.c.

References agtail, aghead, ED_label, ports_eq(), TRUE, and FALSE.

Referenced by class2(), and interclexp().