SiGraph: sulcal graphs


learnFactory.h
Go to the documentation of this file.
1
2#ifndef SI_LEARNER_LEARNFACTORY_H
3#define SI_LEARNER_LEARNFACTORY_H
4
5
6#include <graph/tree/tfactory.h>
7
8
9namespace sigraph
10{
11
15 {
16 public:
18 virtual ~LearnFactory();
19 virtual TreeFactory* clone() const;
20 virtual Tree* makeTree( const std::string & syntax,
21 bool allowChildren = true ) const;
22 };
23
24}
25
26#endif
27
virtual TreeFactory * clone() const
virtual Tree * makeTree(const std::string &syntax, bool allowChildren=true) const