INGOR
Loading...
Searching...
No Matches
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"
11void CompFilter_help(FILE * fp);
12ytNetwork * 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
key-value pairs.
Network abstraction.