INGOR
Loading...
Searching...
No Matches
net
ytLayout.h
1
/*
2
net/Layout.{h,c} : Layout algorthm interface
3
Copyright (C) 2019, Yoshinori Tamada <tamada A T ytlab.jp>
4
All rights reserved.
5
6
See LICENSE.txt for details of the licensing agreement.
7
*/
8
#ifndef __YTLIB_LAYOUT_H
9
#define __YTLIB_LAYOUT_H
10
11
typedef
struct
{
12
double
x;
13
double
y;
14
}
ytLayout_Pos
;
15
16
#include "ytNetwork.h"
17
18
typedef
int (*ytLayout_Method)(
ytNetwork
* network,
ytKeyValues
* args,
ytLayout_Pos
* pos);
19
20
21
22
#endif
/* __YTLIB_LAYOUT_H */
ytKeyValues
key-value pairs.
ytNetwork
Network abstraction.
ytLayout_Pos
Definition
ytLayout.h:11
Generated by
1.9.8