SiGraph: sulcal graphs
mixerParser.h
Go to the documentation of this file.
1
2
#ifndef SI_MIXER_MIXERPARSER_H
3
#define SI_MIXER_MIXERPARSER_H
4
5
6
#include <
si/graph/treeParser.h
>
7
8
9
namespace
sigraph
10
{
11
class
Mixer
;
12
13
class
MixerParser
:
public
TreePostParser
14
{
15
public
:
16
MixerParser
();
17
virtual
~MixerParser
();
18
19
virtual
FactorySet
factories
();
20
static
void
buildMean
(
carto::AttributedObject
* parent,
Tree
* t,
21
const
std::string & filename );
22
23
protected
:
24
static
void
parseMix
(
carto::AttributedObject
* parent,
Tree
* t,
25
Mixer
* mix );
26
27
private
:
28
};
29
30
31
// inline
32
33
inline
MixerParser::MixerParser
()
34
{
35
}
36
37
38
inline
MixerParser::~MixerParser
()
39
{
40
}
41
42
}
43
44
#endif
45
46
47
Tree
sigraph::MixerParser::MixerParser
MixerParser()
Definition
mixerParser.h:33
sigraph::MixerParser::parseMix
static void parseMix(carto::AttributedObject *parent, Tree *t, Mixer *mix)
sigraph::MixerParser::~MixerParser
virtual ~MixerParser()
Definition
mixerParser.h:38
sigraph::MixerParser::buildMean
static void buildMean(carto::AttributedObject *parent, Tree *t, const std::string &filename)
sigraph::MixerParser::factories
virtual FactorySet factories()
sigraph::Mixer
Mixeur d'experts.
Definition
mixer.h:22
sigraph::TreePostParser::TreePostParser
TreePostParser()
Definition
treeParser.h:39
sigraph::TreePostParser::FactorySet
std::map< std::string, Factory > FactorySet
syntax -> reader
Definition
treeParser.h:32
carto::AttributedObject
SyntaxedObject< PropertySet > AttributedObject
sigraph
Definition
descrParser.h:10
treeParser.h
si
mixer
mixerParser.h
Generated by
1.13.2