SiGraph: sulcal graphs


finderParser.h
Go to the documentation of this file.
1
2#ifndef SI_FINDER_FINDERPARSER_H
3#define SI_FINDER_FINDERPARSER_H
4
6
7
8namespace sigraph
9{
10
12 {
13 public:
14 virtual ~FinderParser();
15
16 protected:
18
19 private:
20 };
21
22 // inline
23
27
28}
29
30#endif
31
32