SiGraph: sulcal graphs
ffParser.h
Go to the documentation of this file.
1
2
#ifndef SI_FOLD_FFPARSER_H
3
#define SI_FOLD_FFPARSER_H
4
5
6
#include <
si/finder/finderParser.h
>
7
8
9
namespace
sigraph
10
{
11
12
class
FFParser
:
public
FinderParser
13
{
14
public
:
15
FFParser
();
16
virtual
~FFParser
();
17
18
virtual
FactorySet
factories
();
19
20
static
void
buildFoldFinder
(
carto::AttributedObject
* parent,
Tree
* t,
21
const
std::string & filename );
22
23
protected
:
24
25
private
:
26
};
27
28
// inline
29
30
inline
FFParser::FFParser
() :
FinderParser
()
31
{
32
}
33
34
}
35
36
#endif
37
38
Tree
sigraph::FFParser::factories
virtual FactorySet factories()
sigraph::FFParser::~FFParser
virtual ~FFParser()
sigraph::FFParser::buildFoldFinder
static void buildFoldFinder(carto::AttributedObject *parent, Tree *t, const std::string &filename)
sigraph::FFParser::FFParser
FFParser()
Definition
ffParser.h:30
sigraph::FinderParser::FinderParser
FinderParser()
Definition
finderParser.h:24
sigraph::TreePostParser::FactorySet
std::map< std::string, Factory > FactorySet
syntax -> reader
Definition
treeParser.h:32
finderParser.h
carto::AttributedObject
SyntaxedObject< PropertySet > AttributedObject
sigraph
Definition
descrParser.h:10
si
fold
ffParser.h
Generated by
1.13.2