INGOR
Loading...
Searching...
No Matches
filter
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"
11
void
LayoutFilter_help(FILE * fp);
12
ytNetwork
* LayoutFilter(
ytNetwork
* network,
ytKeyValues
* args);
13
#define LayoutFilter_def {"Layout", "layout", "Node layout", LayoutFilter, LayoutFilter_help}
14
#endif
/* __INGOR_LAYOUT_FILTER_H */
ytKeyValues
key-value pairs.
ytNetwork
Network abstraction.
Generated by
1.12.0