Graphviz  2.29.20120523.0446
Data Structures | Defines | Typedefs | Functions
lib/dotgen/aspect.c File Reference
#include "dot.h"
Include dependency graph for aspect.c:

Go to the source code of this file.

Data Structures

struct  nodeGroup_t
struct  layerWidthInfo_t

Defines

#define DPI   72

Typedefs

typedef struct nodeGroup_t nodeGroup_t
typedef struct layerWidthInfo_t layerWidthInfo_t

Functions

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

Define Documentation

#define DPI   72

Definition at line 27 of file aspect.c.


Typedef Documentation

typedef struct nodeGroup_t nodeGroup_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 
)