SiGraph: sulcal graphs
functionalsketchfinderparser.h
Go to the documentation of this file.
1
/*
2
* Copyright (C) 2004 CEA
3
*
4
* This software and supporting documentation were developed by
5
*
6
* Olivier Coulon
7
* Laboratoire LSIS,
8
* Marseille, France
9
*
10
* CEA/DSV/SHFJ
11
* 4 place du General Leclerc
12
* 91401 Orsay cedex
13
* France
14
*
15
*/
16
17
#ifndef SI_FUNCTIONALSKETCH_FUNCTIONALSKETCHFINDERPARSER_H
18
#define SI_FUNCTIONALSKETCH_FUNCTIONALSKETCHFINDERPARSER_H
19
20
21
#include <
si/finder/finderParser.h
>
22
23
24
namespace
sigraph
25
{
26
27
class
FunctionalSketchFinderParser
:
public
FinderParser
28
{
29
public
:
30
FunctionalSketchFinderParser
();
31
virtual
~FunctionalSketchFinderParser
();
32
33
virtual
FactorySet
factories
();
34
35
static
void
buildFunctionalSketchFinder
(
carto::AttributedObject
* parent,
36
Tree
* t,
37
const
std::string & filename );
38
};
39
40
// inline
41
42
inline
FunctionalSketchFinderParser::FunctionalSketchFinderParser
() :
FinderParser
()
43
{
44
}
45
46
}
47
48
#endif
49
Tree
sigraph::FinderParser::FinderParser
FinderParser()
Definition
finderParser.h:24
sigraph::FunctionalSketchFinderParser::factories
virtual FactorySet factories()
sigraph::FunctionalSketchFinderParser::~FunctionalSketchFinderParser
virtual ~FunctionalSketchFinderParser()
sigraph::FunctionalSketchFinderParser::buildFunctionalSketchFinder
static void buildFunctionalSketchFinder(carto::AttributedObject *parent, Tree *t, const std::string &filename)
sigraph::FunctionalSketchFinderParser::FunctionalSketchFinderParser
FunctionalSketchFinderParser()
Definition
functionalsketchfinderparser.h:42
sigraph::TreePostParser::FactorySet
std::map< std::string, Factory > FactorySet
syntax -> reader
Definition
treeParser.h:32
finderParser.h
carto::AttributedObject
SyntaxedObject< PropertySet > AttributedObject
sigraph
Definition
descrParser.h:10
si
functionalsketch
functionalsketchfinderparser.h
Generated by
1.13.2