Graphviz 15.1.1~dev.20260628.0906
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 v2.0
8 * which accompanies this distribution, and is available at
9 * https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html
10 *
11 * Contributors: Details at https://graphviz.org
12 *************************************************************************/
13
14#include "config.h"
15
16#define EXTERN
17#include <common/globals.h>
18#include <common/types.h>
19#include <fdpgen/fdp.h>
20#include <math.h>
21#include <util/list.h>
22
23show_boxes_t Show_boxes = {.dtor = LIST_DTOR_FREE};
24
27 1,
28 1,
29 -1,
30 50,
31 0.0,
32 1.0,
33 -1.0,
34 -1.0,
35 HUGE_VAL,
36};
37
static fdpParms_t fdpParms
Default layout values, possibly set via command line; -1 indicates unset.
Definition globals.c:26
struct fdpParms_s * fdp_parms
Definition globals.c:38
show_boxes_t Show_boxes
Definition globals.c:23
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