Graphviz  2.29.20120523.0446
Defines | Functions
lib/twopigen/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.

Defines

#define DEF_RANKSEP   1.00
#define UNSET   10.00

Functions

Agnode_tcircleLayout (Agraph_t *sg, Agnode_t *center)

Define 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.


Function Documentation

Agnode_t* circleLayout ( Agraph_t sg,
Agnode_t center 
)

Definition at line 342 of file circle.c.

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

Referenced by twopi_layout().