15 #ifndef BORNAGAIN_GUI_COREGUI_VIEWS_IMPORTDATAWIDGETS_CSVIMPORTASSISTANT_CSVNAMESPACE_H
16 #define BORNAGAIN_GUI_COREGUI_VIEWS_IMPORTDATAWIDGETS_CSVIMPORTASSISTANT_CSVNAMESPACE_H
19 #include <QStringList>
25 const QStringList
UnitsLabels{
"default",
"bin",
"rad",
"deg",
"mm",
"1/nm"};
26 typedef std::vector<std::vector<std::string>>
DataArray;
std::string filename(const std::string &path)
Returns path without directory part ("Foo/Bar/Doz.int.gz" -> "Doz.int.gz")
const QStringList UnitsLabels
std::vector< std::string > DataColumn
std::vector< std::string > DataRow
bool isAscii(QString filename)
std::vector< std::vector< std::string > > DataArray
const QStringList HeaderLabels