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
6
#include <
si/learner/learnFactory.h
>
7
8
9
namespace
sigraph
10
{
11
12
class
FoldLearnFactory
:
public
LearnFactory
13
{
14
public
:
15
FoldLearnFactory
();
16
virtual
~FoldLearnFactory
();
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
TreeFactory::TreeFactory
TreeFactory()
Tree
sigraph::FoldLearnFactory::clone
virtual TreeFactory * clone() const
sigraph::FoldLearnFactory::~FoldLearnFactory
virtual ~FoldLearnFactory()
sigraph::FoldLearnFactory::FoldLearnFactory
FoldLearnFactory()
sigraph::FoldLearnFactory::makeTree
virtual Tree * makeTree(const std::string &syntax, bool allowchildren=true) const
sigraph::LearnFactory::LearnFactory
LearnFactory()
learnFactory.h
sigraph
Definition
descrParser.h:10
si
fold
foldLearnFactory.h
Generated by
1.13.2