#include <xlayout.h>
#include <adjust.h>
#include <dbg.h>
Include dependency graph for xlayout.c:
Go to the source code of this file.
Defines | |
#define | FDP_PRIVATE 1 |
#define | BOX |
#define | DFLT_overlap "9:portho" |
#define | WD2(n) ((ND_width(n))*X_fact) |
#define | HT2(n) ((ND_height(n))*X_fact) |
#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 BOX |
#define DFLT_overlap "9:portho" |
Definition at line 517 of file xlayout.c.
References agget(), DFLT_overlap, removeOverlapAs(), and Verbose.
Referenced by layout().