|
Graphviz
2.41.20171026.1811
|

Go to the source code of this file.
Macros | |
| #define | FDP_PRIVATE 1 |
| #define | BOX /* Use bbox to determine overlap, else use circles */ |
| #define | DFLT_overlap "9:prism" /* default overlap value */ |
| #define | WD2(n) (X_marg.doAdd ? (ND_width(n)/2.0 + X_marg.x): ND_width(n)*X_marg.x/2.0) |
| #define | HT2(n) (X_marg.doAdd ? (ND_height(n)/2.0 + X_marg.y): ND_height(n)*X_marg.y/2.0) |
| #define | X_T0 xParams.T0 |
| #define | X_K xParams.K |
| #define | X_numIters xParams.numIters |
| #define | X_loopcnt xParams.loopcnt |
| #define | X_C xParams.C |
| #define | EPSILON 0.01 |
Functions | |
| void | pr2graphs (Agraph_t *g0, Agraph_t *g1) |
| void | fdp_xLayout (graph_t *g, xparams *xpms) |
| #define DFLT_overlap "9:prism" /* default overlap value */ |
Definition at line 43 of file xlayout.c.
Referenced by fdp_xLayout().
Definition at line 525 of file xlayout.c.
References agget(), DFLT_overlap, removeOverlapAs(), and Verbose.
Definition at line 60 of file xlayout.c.
References agnameof().
1.8.5