Graphviz
13.0.0~dev.20241222.1117
Loading...
Searching...
No Matches
xlayout.h
Go to the documentation of this file.
1
/*************************************************************************
2
* Copyright (c) 2011 AT&T Intellectual Property
3
* All rights reserved. This program and the accompanying materials
4
* are made available under the terms of the Eclipse Public License v1.0
5
* which accompanies this distribution, and is available at
6
* https://www.eclipse.org/legal/epl-v10.html
7
*
8
* Contributors: Details at https://graphviz.org
9
*************************************************************************/
10
11
#pragma once
12
13
#ifdef __cplusplus
14
extern
"C"
{
15
#endif
16
17
#include <
fdpgen/fdp.h
>
18
19
typedef
struct
{
20
int
numIters
;
21
double
T0
;
22
double
K
;
23
double
C
;
24
int
loopcnt
;
25
}
xparams
;
26
27
extern
void
fdp_xLayout
(
graph_t
*,
xparams
*);
28
29
#ifdef __cplusplus
30
}
31
#endif
fdp.h
Agraph_s
graph or subgraph
Definition
cgraph.h:425
xparams
Definition
xlayout.h:19
xparams::loopcnt
int loopcnt
Definition
xlayout.h:24
xparams::numIters
int numIters
Definition
xlayout.h:20
xparams::T0
double T0
Definition
xlayout.h:21
xparams::C
double C
Definition
xlayout.h:23
xparams::K
double K
Definition
xlayout.h:22
fdp_xLayout
void fdp_xLayout(graph_t *, xparams *)
Definition
xlayout.c:324
lib
fdpgen
xlayout.h
Generated by
1.9.8