Graphviz
2.41.20171026.1811
|
#include "config.h"
#include <limits.h>
#include <inttypes.h>
#include <assert.h>
#include "tlayout.h"
#include "neatoprocs.h"
#include "adjust.h"
#include "comp.h"
#include "pack.h"
#include "clusteredges.h"
#include "dbg.h"
#include <setjmp.h>
Go to the source code of this file.
Data Structures | |
struct | layout_info |
struct | erec |
struct | clist_t |
Macros | |
#define | FDP_PRIVATE 1 |
#define | NEW_EDGE(e) (ED_to_virt(e) == 0) |
#define | CL_CHUNK 10 |
#define | BSZ 1000 |
#define | ANG (M_PI/90) /* Maximum angular change: 2 degrees */ |
Functions | |
void | fdp_layout (graph_t *g) |
#define ANG (M_PI/90) /* Maximum angular change: 2 degrees */ |
#define BSZ 1000 |
Definition at line 309 of file layout.c.
Referenced by gvconfig_plugin_install_from_library().
#define NEW_EDGE | ( | e | ) | (ED_to_virt(e) == 0) |
void fdp_layout | ( | graph_t * | g | ) |
Definition at line 1114 of file layout.c.
References agfstnode(), EDGE_TYPE, ET_NONE, get_inputscale(), gv_postprocess(), ND_alg, neato_set_aspect(), and PSinputscale.