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
9
namespace
sigraph
10
{
11
14
class
LearnFactory
:
public
TreeFactory
15
{
16
public
:
17
LearnFactory
();
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
TreeFactory::TreeFactory
TreeFactory()
Tree
sigraph::LearnFactory::~LearnFactory
virtual ~LearnFactory()
sigraph::LearnFactory::clone
virtual TreeFactory * clone() const
sigraph::LearnFactory::makeTree
virtual Tree * makeTree(const std::string &syntax, bool allowChildren=true) const
sigraph::LearnFactory::LearnFactory
LearnFactory()
sigraph
Definition
descrParser.h:10
si
learner
learnFactory.h
Generated by
1.13.2