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
6
#include <
si/dimreductor/dimreductor.h
>
7
#include <
si/graph/treeParser.h
>
8
9
10
namespace
sigraph
11
{
12
class
DimReductorParser
:
public
TreePostParser
13
{
14
public
:
15
DimReductorParser
();
16
virtual
~DimReductorParser
();
17
18
virtual
FactorySet
factories
();
19
static
void
buildRanks
(
carto::AttributedObject
* parent,
20
Tree
* t,
const
std::string &);
21
static
void
buildMatrix
(
carto::AttributedObject
* parent,
22
Tree
* t,
const
std::string &);
23
static
void
buildFake
(
carto::AttributedObject
* parent,
24
Tree
* t,
const
std::string &);
25
26
protected
:
27
static
void
parseDimReductor
(
carto::AttributedObject
* parent,
28
Tree
*,
DimReductor
*dimreductor);
29
30
private
:
31
};
32
33
34
// inline
35
36
inline
DimReductorParser::DimReductorParser
()
37
{
38
}
39
40
41
inline
DimReductorParser::~DimReductorParser
()
42
{
43
}
44
45
}
46
47
#endif
48
49
50
Tree
sigraph::DimReductorParser::buildMatrix
static void buildMatrix(carto::AttributedObject *parent, Tree *t, const std::string &)
sigraph::DimReductorParser::DimReductorParser
DimReductorParser()
Definition
dimreductorParser.h:36
sigraph::DimReductorParser::factories
virtual FactorySet factories()
sigraph::DimReductorParser::buildRanks
static void buildRanks(carto::AttributedObject *parent, Tree *t, const std::string &)
sigraph::DimReductorParser::~DimReductorParser
virtual ~DimReductorParser()
Definition
dimreductorParser.h:41
sigraph::DimReductorParser::parseDimReductor
static void parseDimReductor(carto::AttributedObject *parent, Tree *, DimReductor *dimreductor)
sigraph::DimReductorParser::buildFake
static void buildFake(carto::AttributedObject *parent, Tree *t, const std::string &)
sigraph::DimReductor
Feature Selector :
Definition
dimreductor.h:17
sigraph::TreePostParser::TreePostParser
TreePostParser()
Definition
treeParser.h:39
sigraph::TreePostParser::FactorySet
std::map< std::string, Factory > FactorySet
syntax -> reader
Definition
treeParser.h:32
dimreductor.h
carto::AttributedObject
SyntaxedObject< PropertySet > AttributedObject
sigraph
Definition
descrParser.h:10
treeParser.h
si
dimreductor
dimreductorParser.h
Generated by
1.13.2