SiGraph: sulcal graphs


dimreductorParser.h
Go to the documentation of this file.
1
2#ifndef SI_FS_FSPARSER_H
3#define SI_FS_FSPARSER_H
4
5
8
9
10namespace sigraph
11{
13 {
14 public:
16 virtual ~DimReductorParser();
17
20 Tree* t, const std::string &);
22 Tree* t, const std::string &);
24 Tree* t, const std::string &);
25
26 protected:
28 Tree*, DimReductor *dimreductor);
29
30 private:
31 };
32
33
34 // inline
35
39
40
44
45}
46
47#endif
48
49
50
static void buildMatrix(carto::AttributedObject *parent, Tree *t, const std::string &)
virtual FactorySet factories()
static void buildRanks(carto::AttributedObject *parent, Tree *t, const std::string &)
static void parseDimReductor(carto::AttributedObject *parent, Tree *, DimReductor *dimreductor)
static void buildFake(carto::AttributedObject *parent, Tree *t, const std::string &)
Feature Selector :
Definition dimreductor.h:17
std::map< std::string, Factory > FactorySet
syntax -> reader
Definition treeParser.h:32
SyntaxedObject< PropertySet > AttributedObject