SiGraph: sulcal graphs


foldLearnFactory.h
Go to the documentation of this file.
1
2#ifndef SI_FOLD_FOLDLEARNFACTORY
3#define SI_FOLD_FOLDLEARNFACTORY
4
5
7
8
9namespace sigraph
10{
11
13 {
14 public:
17 virtual TreeFactory* clone() const;
18
19 virtual Tree* makeTree( const std::string & syntax,
20 bool allowchildren = true ) const;
21
22 protected:
23
24 private:
25 };
26
27}
28
29#endif
30
31
virtual TreeFactory * clone() const
virtual Tree * makeTree(const std::string &syntax, bool allowchildren=true) const