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
5
#include <
si/graph/treeParser.h
>
6
7
8
namespace
sigraph
9
{
10
11
class
FinderParser
:
public
TreePostParser
12
{
13
public
:
14
virtual
~FinderParser
();
15
16
protected
:
17
FinderParser
();
18
19
private
:
20
};
21
22
// inline
23
24
inline
FinderParser::FinderParser
() :
TreePostParser
()
25
{
26
}
27
28
}
29
30
#endif
31
32
sigraph::FinderParser::FinderParser
FinderParser()
Definition
finderParser.h:24
sigraph::FinderParser::~FinderParser
virtual ~FinderParser()
sigraph::TreePostParser::TreePostParser
TreePostParser()
Definition
treeParser.h:39
sigraph
Definition
descrParser.h:10
treeParser.h
si
finder
finderParser.h
Generated by
1.13.2