|
Graphviz
2.29.20120524.0446
|

Go to the source code of this file.
Defines | |
| #define | FDP_PRIVATE 1 |
| #define | BOX |
| #define | DFLT_overlap "9:prism" |
| #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 | fdp_xLayout (graph_t *g, xparams *xpms) |
| #define DFLT_overlap "9:prism" |
Definition at line 43 of file xlayout.c.
Referenced by fdp_xLayout().
| #define HT2 | ( | n | ) | (X_marg.doAdd ? (ND_height(n)/2.0 + X_marg.y): ND_height(n)*X_marg.y/2.0) |
| #define WD2 | ( | n | ) | (X_marg.doAdd ? (ND_width(n)/2.0 + X_marg.x): ND_width(n)*X_marg.x/2.0) |
Definition at line 517 of file xlayout.c.
References agget(), Verbose, DFLT_overlap, and removeOverlapAs().
1.7.5