Graphviz
13.0.0~dev.20241220.2304
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
21
/* Default layout values, possibly set via command line; -1 indicates unset */
22
static
fdpParms_t
fdpParms
= {
23
1,
/* useGrid */
24
1,
/* useNew */
25
-1,
/* numIters */
26
50,
/* unscaled */
27
0.0,
/* C */
28
1.0,
/* Tfact */
29
-1.0,
/* K - set in initParams; used in init_edge */
30
-1.0,
/* T0 */
31
};
32
33
struct
fdpParms_s
*
fdp_parms
= &
fdpParms
;
fdp.h
fdpParms
static fdpParms_t fdpParms
Definition
globals.c:22
fdp_parms
struct fdpParms_s * fdp_parms
Definition
globals.c:33
globals.h
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