CSVStreamWriter.h File Reference
#include "base/BaseTypes.h"
#include "base/Selection.h"
#include "base/ProgressReporter.h"
#include "base/DataExportOptions.h"
#include "base/StringBits.h"
#include "data/model/Model.h"
#include <QString>
#include <algorithm>
#include <numeric>
Include dependency graph for CSVStreamWriter.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 CSVStreamWriter
 

Functions

template<class OutStream >
bool CSVStreamWriter::writeInChunks (OutStream &oss, const Model &model, const MultiSelection &regions, ProgressReporter *reporter=nullptr, QString delimiter=",", DataExportOptions options=DataExportDefaults, const sv_frame_t blockSize=16384)
 
template<class OutStream >
bool CSVStreamWriter::writeInChunks (OutStream &oss, const Model &model, const Selection &extents, ProgressReporter *reporter=nullptr, QString delimiter=",", DataExportOptions options=DataExportDefaults, const sv_frame_t blockSize=16384)
 
template<class OutStream >
bool CSVStreamWriter::writeInChunks (OutStream &oss, const Model &model, ProgressReporter *reporter=nullptr, QString delimiter=",", DataExportOptions options=DataExportDefaults, const sv_frame_t blockSize=16384)