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
23
show_boxes_t
Show_boxes
= {.dtor =
LIST_DTOR_FREE
};
24
26
static
fdpParms_t
fdpParms
= {
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
38
struct
fdpParms_s
*
fdp_parms
= &
fdpParms
;
fdp.h
fdpParms
static fdpParms_t fdpParms
Default layout values, possibly set via command line; -1 indicates unset.
Definition
globals.c:26
fdp_parms
struct fdpParms_s * fdp_parms
Definition
globals.c:38
Show_boxes
show_boxes_t Show_boxes
Definition
globals.c:23
globals.h
list.h
type-generic dynamically expanding list
LIST_DTOR_FREE
#define LIST_DTOR_FREE
Definition
list.h:70
fdpParms_s
Definition
fdp.h:95
types.h
graphs, nodes and edges info: Agraphinfo_t, Agnodeinfo_t and Agedgeinfo_t
lib
common
globals.c
Generated by
1.9.8