SiGraph: sulcal graphs


descrParser.h
Go to the documentation of this file.
1
2#ifndef SI_DESCR_DESCRPARSER_H
3#define SI_DESCR_DESCRPARSER_H
4
5
7
8
9namespace sigraph
10{
11 class CliqueDescr;
12
14 {
15 public:
17 virtual ~DescrParser();
18 virtual void registerFactory( const std::string & name,
19 const Factory & fac ) = 0;
20
21 protected:
22 static void parseDescr( carto::AttributedObject* parent, Tree* t,
23 CliqueDescr* cd );
24
25 private:
26 };
27
28 // inline
29
31 {
32 }
33
34
36 {
37 }
38
39}
40
41#endif
42
Descripteur de clique (classe abstraite).
Definition cliqueDescr.h:36
virtual void registerFactory(const std::string &name, const Factory &fac)=0
static void parseDescr(carto::AttributedObject *parent, Tree *t, CliqueDescr *cd)
void(* Factory)(carto::AttributedObject *parent, Tree *t, const std::string &filename)
Elements readers (depending on syntax)
Definition treeParser.h:29
SyntaxedObject< PropertySet > AttributedObject