brainrat-private 6.0.4
dpyplugin.h
Go to the documentation of this file.
1/* Copyright (C) 2000-2013 CEA
2 *
3 * This software and supporting documentation were developed by
4 * bioPICSEL
5 * CEA/DSV/I²BM/MIRCen/LMN, Batiment 61,
6 * 18, route du Panorama
7 * 92265 Fontenay-aux-Roses
8 * France
9 */
10
11#ifndef AIMS_PLUGIN_DPYPLUGIN_H
12#define AIMS_PLUGIN_DPYPLUGIN_H
13
14#include <string>
15
16#include <cartobase/plugin/plugin.h>
17
18using namespace std;
19using namespace carto;
20
21namespace bio
22{
23
24 class DpyPlugin : public Plugin
25 {
26 public:
28 virtual ~DpyPlugin();
29 virtual string name() const;
30 static bool noop();
31 };
32
33}
34
35#endif
36
static bool noop()
virtual ~DpyPlugin()
virtual string name() const
ImageProcessors<AimsRGB, double> p(data, mask, "rgbm", options, ImageProcessorMode::Init); ImageProce...
Definition classes.h:25
STL namespace.