Graphviz 13.1.3~dev.20250829.0113
Loading...
Searching...
No Matches
globals.c
Go to the documentation of this file.
1
4/*************************************************************************
5 * Copyright (c) 2011 AT&T Intellectual Property
6 * All rights reserved. This program and the accompanying materials
7 * are made available under the terms of the Eclipse Public License v1.0
8 * which accompanies this distribution, and is available at
9 * https://www.eclipse.org/legal/epl-v10.html
10 *
11 * Contributors: Details at https://graphviz.org
12 *************************************************************************/
13
14#include "config.h"
15
16#define EXTERN
17#include <common/types.h>
18#include <common/globals.h>
19#include <fdpgen/fdp.h>
20#include <util/list.h>
21
22show_boxes_t Show_boxes = {.dtor = LIST_DTOR_FREE};
23
24/* Default layout values, possibly set via command line; -1 indicates unset */
26 1, /* useGrid */
27 1, /* useNew */
28 -1, /* numIters */
29 50, /* unscaled */
30 0.0, /* C */
31 1.0, /* Tfact */
32 -1.0, /* K - set in initParams; used in init_edge */
33 -1.0, /* T0 */
34};
35
static fdpParms_t fdpParms
Definition globals.c:25
struct fdpParms_s * fdp_parms
Definition globals.c:36
show_boxes_t Show_boxes
Definition globals.c:22
type-generic dynamically expanding list
#define LIST_DTOR_FREE
Definition list.h:70
graphs, nodes and edges info: Agraphinfo_t, Agnodeinfo_t and Agedgeinfo_t