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