INGOR
Loading...
Searching...
No Matches
LayoutFilter.h
1/*
2 filter/LayoutFilter.{h,c} : Setting layout of nodes
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_LAYOUT_FILTER_H
9#define __INGOR_LAYOUT_FILTER_H
10#include "Filter.h"
11void LayoutFilter_help(FILE * fp);
12ytNetwork * LayoutFilter(ytNetwork * network, ytKeyValues * args);
13#define LayoutFilter_def {"Layout", "layout", "Node layout", LayoutFilter, LayoutFilter_help}
14#endif /* __INGOR_LAYOUT_FILTER_H */
key-value pairs.
Network abstraction.