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>
53 SyntaxSet _parsersyntaxset;
54 PythonReader::HelperSet _parserreaderhelperset;
55 PythonWriter::HelperSet _parserwriterhelperset;
void addReaderHelperSet(PythonReader::HelperSet &readers)
PythonReader::HelperSet & getReaderHelperSet()
PythonWriter::HelperSet & getWriterHelperSet()
static DpyParsers & singleton()
void addWriterHelperSet(PythonWriter::HelperSet &writers)
SyntaxSet & getSyntaxSet()
virtual PythonWriter::HelperSet & getWriterHelperSet()=0
virtual ~ParsersInterface()
virtual void addWriterHelperSet(PythonWriter::HelperSet &writers)=0
virtual void addReaderHelperSet(PythonReader::HelperSet &readers)=0
virtual SyntaxSet & getSyntaxSet()=0
virtual PythonReader::HelperSet & getReaderHelperSet()=0
ImageProcessors<AimsRGB, double> p(data, mask, "rgbm", options, ImageProcessorMode::Init); ImageProce...