brainrat-private 6.0.4
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
18using namespace carto;
19
20namespace 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
static string & amyParserCode()
static PythonWriter::HelperSet & amyParserWriterSet()
static bool initialize()
static Syntax & amyParserSyntax()
static PythonReader::HelperSet & amyParserReaderSet()
ImageProcessors<AimsRGB, double> p(data, mask, "rgbm", options, ImageProcessorMode::Init); ImageProce...
Definition classes.h:25