|
Graphviz
2.29.20120523.0446
|
#include "render.h"

Go to the source code of this file.
Data Structures | |
| struct | rdata |
Defines | |
| #define | RDATA(n) ((rdata*)(ND_alg(n))) |
| #define | SLEAF(n) (RDATA(n)->nStepsToLeaf) |
| #define | STSIZE(n) (RDATA(n)->subtreeSize) |
| #define | NCHILD(n) (RDATA(n)->nChildren) |
| #define | SCENTER(n) (RDATA(n)->nStepsToCenter) |
| #define | SPARENT(n) (RDATA(n)->parent) |
| #define | SPAN(n) (RDATA(n)->span) |
| #define | THETA(n) (RDATA(n)->theta) |
Functions | |
| Agnode_t * | circleLayout (Agraph_t *sg, Agnode_t *center) |
| void | twopi_layout (Agraph_t *g) |
| void | twopi_cleanup (Agraph_t *g) |
| void | twopi_init_graph (graph_t *g) |
Definition at line 342 of file circle.c.
References agnnodes(), agfstnode(), ND_pos, initLayout(), Verbose, and agnameof.
Referenced by twopi_layout().
| void twopi_cleanup | ( | Agraph_t * | g | ) |
Definition at line 188 of file twopiinit.c.
| void twopi_init_graph | ( | graph_t * | g | ) |
Definition at line 71 of file twopiinit.c.
References setEdgeType(), ET_LINE, Ndim, and GD_ndim.
Referenced by twopi_layout().
| void twopi_layout | ( | Agraph_t * | g | ) |
Definition at line 81 of file twopiinit.c.
1.7.5