SiGraph: sulcal graphs


roifparser.h
Go to the documentation of this file.
1/*
2 * Copyright (C) 2003 CEA
3 *
4 * This software and supporting documentation were developed by
5 * CEA/DSV/SHFJ
6 * 4 place du General Leclerc
7 * 91401 Orsay cedex
8 * France
9 *
10 */
11
12#ifndef SI_ROI_RFPARSER_H
13#define SI_ROI_RFPARSER_H
14
15
17
18
19namespace sigraph
20{
21
22 class RoiFParser : public FinderParser
23 {
24 public:
25 RoiFParser();
26 virtual ~RoiFParser();
27
29
30 static void buildRoiFinder( carto::AttributedObject* parent, Tree* t,
31 const std::string & filename );
32 };
33
34 // inline
35
37 {
38 }
39
40}
41
42#endif
43
44
virtual FactorySet factories()
static void buildRoiFinder(carto::AttributedObject *parent, Tree *t, const std::string &filename)
std::map< std::string, Factory > FactorySet
syntax -> reader
Definition treeParser.h:32
SyntaxedObject< PropertySet > AttributedObject