11 #ifndef BRAINRAT_PLUGINS_BIODPY_LIB_IO_PARSERHELPER_H
12 #define BRAINRAT_PLUGINS_BIODPY_LIB_IO_PARSERHELPER_H
17 #include <cartobase/object/syntax.h>
18 #include <cartobase/object/pythonreader.h>
19 #include <cartobase/object/pythonwriter.h>
22 using namespace carto;
53 SyntaxSet _parsersyntaxset;
54 PythonReader::HelperSet _parserreaderhelperset;
55 PythonWriter::HelperSet _parserwriterhelperset;
void addReaderHelperSet(PythonReader::HelperSet &readers)
PythonWriter::HelperSet & getWriterHelperSet()
static DpyParsers & singleton()
void addWriterHelperSet(PythonWriter::HelperSet &writers)
PythonReader::HelperSet & getReaderHelperSet()
SyntaxSet & getSyntaxSet()
virtual ~ParsersInterface()
virtual PythonReader::HelperSet & getReaderHelperSet()=0
virtual void addWriterHelperSet(PythonWriter::HelperSet &writers)=0
virtual SyntaxSet & getSyntaxSet()=0
virtual PythonWriter::HelperSet & getWriterHelperSet()=0
virtual void addReaderHelperSet(PythonReader::HelperSet &readers)=0
ImageProcessors<AimsRGB, double> p(data, mask, "rgbm", options, ImageProcessorMode::Init); ImageProce...