BornAgain
1.19.79
Simulate and fit neutron and x-ray scattering at grazing incidence
|
Defines class QREDataLoader.
Definition in file QREDataLoader.h.
Go to the source code of this file.
Classes | |
struct | QREDataLoader::ColumnDefinition |
struct | QREDataLoader::ErrorDefinition |
Contains a line related error (stored in the import result). Used for showing line related errors in the import data table. More... | |
struct | QREDataLoader::ImportResult |
Result of the file import. Some of the contained data is only relevant for showing the results in the result table. The usage of vectors which cover also invalid or skipped lines has its reason also in this result showing (to improve presentation performance). More... | |
struct | QREDataLoader::ImportSettings |
Settings for importing the file. More... | |
class | QREDataLoader |
Loader for experimental reflectometry CSV files that contain three columns with Q,R,E, namely Q = wavenumber, R = reflectivity, E = error of R. More... | |
Functions | |
QDataStream & | operator<< (QDataStream &stream, const QREDataLoader::ImportSettings &s) |
QDataStream & | operator>> (QDataStream &stream, QREDataLoader::ImportSettings &s) |
QDataStream& operator<< | ( | QDataStream & | stream, |
const QREDataLoader::ImportSettings & | s | ||
) |
Definition at line 133 of file QREDataLoader.cpp.
QDataStream& operator>> | ( | QDataStream & | stream, |
QREDataLoader::ImportSettings & | s | ||
) |
Definition at line 134 of file QREDataLoader.cpp.