#include "RawFile/CgemIndexFile.h"
#include "RawFile/RawDataMining.h"
#include "RawFile/RawFileMerger.h"
#include <boost/python.hpp>
Go to the source code of this file.
◆ BOOST_PYTHON_MODULE()
| BOOST_PYTHON_MODULE |
( |
PyRawFile | | ) |
|
Definition at line 6 of file RawFileBindings.cxx.
6 {
7 using namespace boost::python;
8
9 class_<CgemIndexFile, boost::noncopyable>( "CgemIndexFile", init() )
20
21 class_<RawDataMining, boost::noncopyable>( "RawDataMining", init<const std::string&>() )
23
24 class_<RawFileMerger, boost::noncopyable>( "RawFileMerger", init<const std::string&>() )
28}
bool append_from(const std::string &file)
bool open4read(const std::string &file)
bool open4write(const std::string &file)
bool loadSubFile(const uint32_t n)
void showSubFileRange(const uint32_t start, const uint32_t end)
bool mergeWithIndexFile(const std::string &file)
void setOutputDir(const std::string &dir)