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
7
8
9namespace sigraph
10{
11 class Mixer;
12
14 {
15 public:
17 virtual ~MixerParser();
18
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
34 {
35 }
36
37
39 {
40 }
41
42}
43
44#endif
45
46
47
static void parseMix(carto::AttributedObject *parent, Tree *t, Mixer *mix)
static void buildMean(carto::AttributedObject *parent, Tree *t, const std::string &filename)
virtual FactorySet factories()
Mixeur d'experts.
Definition mixer.h:22
std::map< std::string, Factory > FactorySet
syntax -> reader
Definition treeParser.h:32
SyntaxedObject< PropertySet > AttributedObject