INGOR
Loading...
Searching...
No Matches
ytUpDownLayout.h
1/*
2 net/ytUpDownLayout.{h,c} : Up-down layout algorithm.
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 __INGOR_UP_DOWN_LAYOUT_H
9#define __INGOR_UP_DOWN_LAYOUT_H
10#include "ytLayout.h"
11int ytUpDownLayout(ytNetwork * network, ytKeyValues * args, ytLayout_Pos * pos);
12#endif /* __INGOR_UP_DOWN_LAYOUT_H */
key-value pairs.
Network abstraction.
Definition ytLayout.h:11