SiGraph: sulcal graphs


svmparser.h
Go to the documentation of this file.
1/* Copyright (c) 1995-2006 CEA
2 *
3 * This software and supporting documentation were developed by
4 * CEA/DSV/SHFJ
5 * 4 place du General Leclerc
6 * 91401 Orsay cedex
7 * France
8 *
9 */
10
11#ifndef SI_SUBADAPTIVE_SVMPARSER_H
12#define SI_SUBADAPTIVE_SVMPARSER_H
13
14#include <cartobase/object/attributed.h>
15class Tree;
16
17namespace sigraph
18{
19 class SubAdSvm;
20
22 {
23 public:
24 static void buildSubSvm( carto::AttributedObject* parent, Tree* t,
25 const std::string & filename );
26
27 protected:
28 static void parseSubSvm( carto::AttributedObject* parent, Tree* t,
29 SubAdSvm & sad );
30 };
31
32}
33
34#endif
35
static void parseSubSvm(carto::AttributedObject *parent, Tree *t, SubAdSvm &sad)
static void buildSubSvm(carto::AttributedObject *parent, Tree *t, const std::string &filename)
SyntaxedObject< PropertySet > AttributedObject