brainrat-private
5.0.5
dpybioparsers.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 BRAINRAT_PLUGINS_BIODPY_LIB_IO_BIOPARSERHELPER_H
12
#define BRAINRAT_PLUGINS_BIODPY_LIB_IO_BIOPARSERHELPER_H
13
14
#include <cartobase/object/syntax.h>
15
#include <cartobase/object/pythonreader.h>
16
#include <cartobase/object/pythonwriter.h>
17
18
using namespace
carto
;
19
20
namespace
bio
21
{
22
class
DpyBioParsers
23
{
24
public :
25
static
string
& amyParserCode();
26
static
Syntax & amyParserSyntax();
27
static
PythonReader::HelperSet & amyParserReaderSet();
28
static
PythonWriter::HelperSet & amyParserWriterSet();
29
static
bool
initialize();
30
31
private :
32
DpyBioParsers
();
33
};
34
}
35
36
#endif
bio
ImageProcessors<AimsRGB, double> p(data, mask, "rgbm", options, ImageProcessorMode::Init); ImageProce...
Definition:
classes.h:25
bio::DpyBioParsers
Definition:
dpybioparsers.h:22
carto
brainrat
io
dpybioparsers.h
Generated by
1.8.13