SiGraph: sulcal graphs


optimizerParser.h
Go to the documentation of this file.
1
2#ifndef SI_OPTIMIZER_OPTIMIZERPARSER_H
3#define SI_OPTIMIZER_OPTIMIZERPARSER_H
4
5
8
9
10namespace sigraph
11{
13 {
14 public:
16 virtual ~OptimizerParser();
17
20 Tree* t, const std::string &);
21
22 protected:
24 Tree*, Optimizer *optimizer);
25
26 private:
27 };
28
29
30 // inline
31
33
35
36}
37
38#endif
39
40
41
static void parseOptimizer(carto::AttributedObject *parent, Tree *, Optimizer *optimizer)
virtual FactorySet factories()
static void buildGrid(carto::AttributedObject *parent, Tree *t, const std::string &)
std::map< std::string, Factory > FactorySet
syntax -> reader
Definition treeParser.h:32
SyntaxedObject< PropertySet > AttributedObject