Graphviz  2.41.20171026.1811
Data Structures | Macros | Typedefs | Functions
circle.c File Reference
#include "circle.h"
#include <ctype.h>
#include <stdlib.h>
Include dependency graph for circle.c:

Go to the source code of this file.

Data Structures

struct  item_s
 
struct  queue
 

Macros

#define DEF_RANKSEP   1.00
 
#define UNSET   10.00
 

Typedefs

typedef struct item_s item_t
 

Functions

Agnode_tcircleLayout (Agraph_t *sg, Agnode_t *center)
 

Macro Definition Documentation

#define DEF_RANKSEP   1.00

Definition at line 18 of file circle.c.

#define UNSET   10.00

Definition at line 19 of file circle.c.

Typedef Documentation

typedef struct item_s item_t

Function Documentation

Agnode_t* circleLayout ( Agraph_t sg,
Agnode_t center 
)

Definition at line 410 of file circle.c.

References agerr(), AGERR, agfstnode(), agnameof(), agnnodes(), initLayout(), ND_pos, and Verbose.

Referenced by twopi_layout().