SiGraph: sulcal graphs


foldLearnReader.h
Go to the documentation of this file.
1
2#ifndef SI_FOLD_FOLDLEARNREADER_H
3#define SI_FOLD_FOLDLEARNREADER_H
4
5
7
8
9namespace sigraph
10{
11
13 {
14 public:
15 FoldLearnReader( const LearnFactory & lf, const std::string & filename,
16 const carto::SyntaxSet & as = syntax() );
17 FoldLearnReader( const std::string & filename,
18 const carto::SyntaxSet & as = syntax() );
20
21 protected:
23
24 private:
25 };
26
27}
28
29#endif
30
31
32
FoldLearnReader(const std::string &filename, const carto::SyntaxSet &as=syntax())
FoldLearnReader(const LearnFactory &lf, const std::string &filename, const carto::SyntaxSet &as=syntax())
static carto::SyntaxSet & syntax()
Learner creator.
LearnReader(const LearnFactory &lf, const std::string &filename, const carto::SyntaxSet &as=syntax())
std::map< std::string, Syntax > SyntaxSet