#include "render.h"
Include dependency graph for circle.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Data Structures | |
struct | rdata |
Defines | |
#define | RDATA(n) ((rdata*)((n)->u.alg)) |
#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 | |
void | 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 307 of file circle.c.
References agfstnode(), agnnodes(), initLayout(), Agnode_t::name, ND_pos, and Verbose.
Referenced by twopi_layout().
void twopi_cleanup | ( | Agraph_t * | g | ) |
Definition at line 164 of file twopiinit.c.
void twopi_init_graph | ( | graph_t * | g | ) |
Definition at line 63 of file twopiinit.c.
References ET_LINE, GD_ndim, Ndim, and setEdgeType().
Referenced by twopi_layout().
void twopi_layout | ( | Agraph_t * | g | ) |
Definition at line 73 of file twopiinit.c.