Graphviz
2.41.20171026.1811
|
#include "config.h"
#include "render.h"
#include "pathplan.h"
#include "neatoprocs.h"
#include "adjust.h"
Go to the source code of this file.
Macros | |
#define | MODEL_SHORTPATH 0 |
#define | MODEL_CIRCUIT 1 |
#define | MODEL_SUBSET 2 |
#define | MODEL_MDS 3 |
#define | MODE_KK 0 |
#define | MODE_MAJOR 1 |
#define | MODE_HIER 2 |
#define | MODE_IPSEP 3 |
#define | INIT_ERROR -1 |
#define | INIT_SELF 0 |
#define | INIT_REGULAR 1 |
#define | INIT_RANDOM 2 |
#define INIT_RANDOM 2 |
Definition at line 33 of file neato.h.
Referenced by checkStart(), initial_positions(), and setSeed().
#define INIT_REGULAR 1 |
Definition at line 32 of file neato.h.
Referenced by checkStart(), initial_positions(), and setSeed().
#define INIT_SELF 0 |
Definition at line 31 of file neato.h.
Referenced by fdp_initParams(), initial_positions(), and setSeed().
#define MODE_KK 0 |
Definition at line 25 of file neato.h.
Referenced by scan_graph(), and scan_graph_mode().
#define MODEL_CIRCUIT 1 |
Definition at line 21 of file neato.h.
Referenced by stress_majorization_kD_mkernel().
#define MODEL_MDS 3 |
Definition at line 23 of file neato.h.
Referenced by stress_majorization_kD_mkernel().
#define MODEL_SUBSET 2 |
Definition at line 22 of file neato.h.
Referenced by stress_majorization_kD_mkernel().