SiGraph: sulcal graphs
foldCopier.h
Go to the documentation of this file.
1
2
#ifndef SI_FOLD_FOLDCOPIER_H
3
#define SI_FOLD_FOLDCOPIER_H
4
5
6
#include <
si/learner/copyLearner.h
>
7
8
9
namespace
sigraph
10
{
11
15
class
FoldCopier
:
public
CopyLearner
16
{
17
public
:
18
FoldCopier
();
19
virtual
~FoldCopier
();
20
21
virtual
void
process
(
LearnConstParam
*lp);
22
virtual
void
process
(
LearnParam
*lp);
23
24
protected
:
25
FoldCopier
(
const
std::string & syntax ) :
CopyLearner
( syntax ) {}
26
27
private
:
28
};
29
30
31
// inline
32
33
34
inline
void
FoldCopier::process
(
LearnParam
*lp)
35
{
36
process
((
LearnConstParam
*) lp);
37
}
38
39
}
40
41
#endif
42
43
sigraph::CopyLearner::CopyLearner
CopyLearner()
sigraph::FoldCopier::process
virtual void process(LearnConstParam *lp)
Apprentissage sur une clique constante.
sigraph::FoldCopier::~FoldCopier
virtual ~FoldCopier()
sigraph::FoldCopier::FoldCopier
FoldCopier()
sigraph::FoldCopier::FoldCopier
FoldCopier(const std::string &syntax)
Definition
foldCopier.h:25
copyLearner.h
sigraph
Definition
descrParser.h:10
sigraph::LearnConstParam
Definition
learnParam.h:16
sigraph::LearnParam
Definition
learnParam.h:38
si
fold
foldCopier.h
Generated by
1.13.2