Graphviz  2.29.20120523.0446
Data Structures | Typedefs | Functions
lib/dotgen/aspect.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  aspect_t

Typedefs

typedef struct aspect_t aspect_t

Functions

void rank3 (graph_t *g, aspect_t *asp)
void initEdgeTypes (graph_t *g)
void init_UF_size (graph_t *g)
int countDummyNodes (graph_t *g)

Typedef Documentation

typedef struct aspect_t aspect_t

Function Documentation

int countDummyNodes ( graph_t g)

Definition at line 126 of file aspect.c.

References agfstnode(), agnxtnode(), agfstout(), agnxtout(), ND_rank, agtail, and aghead.

void init_UF_size ( graph_t g)

Definition at line 1963 of file aspect.c.

References agfstnode(), agnxtnode(), and ND_UF_size.

void initEdgeTypes ( graph_t g)

Definition at line 1592 of file aspect.c.

References agfstnode(), agnxtnode(), ND_in, ED_edge_type, and NORMAL.

void rank3 ( graph_t g,
aspect_t asp 
)