SiGraph: sulcal graphs


sisvmplugin.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_PLUGIN_SISVMPLUGIN_H
12#define SI_PLUGIN_SISVMPLUGIN_H
13
14#include <cartobase/plugin/plugin.h>
15
16namespace sigraph
17{
18
19 class SiSvmPlugin : public carto::Plugin
20 {
21 public:
23 virtual ~SiSvmPlugin();
24 virtual std::string name() const;
25 static bool noop();
26 };
27
28}
29
30#endif
31
static bool noop()
virtual std::string name() const