INGOR
Loading...
Searching...
No Matches
filter
CompFilter.h
1
/*
2
filter/CompFilter.{h,c} : Generating simulated data.
3
Copyright (C) 2018, 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 __COMP_FILTER_H
9
#define __COMP_FILTER_H
10
#include "Filter.h"
11
void
CompFilter_help(FILE * fp);
12
ytNetwork
* CompFilter(
ytNetwork
* network,
ytKeyValues
* args);
13
#define CompFilter_def {"Comp", "comp", "Comparing a network structure", CompFilter, CompFilter_help}
14
#endif
/* __COMP_FILTER_H */
15
16
ytKeyValues
key-value pairs.
ytNetwork
Network abstraction.
Generated by
1.12.0