Graphviz  2.41.20171026.1811
Data Structures | Typedefs | Functions
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

aspect_tsetAspect (Agraph_t *g, aspect_t *adata)
 
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 129 of file aspect.c.

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

void init_UF_size ( graph_t g)

Definition at line 1969 of file aspect.c.

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

void initEdgeTypes ( graph_t g)

Definition at line 1595 of file aspect.c.

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

void rank3 ( graph_t g,
aspect_t asp 
)
aspect_t* setAspect ( Agraph_t g,
aspect_t adata 
)