BornAgain
1.19.79
Simulate and fit neutron and x-ray scattering at grazing incidence
|
Defines ImportDataUtils namespace.
Definition in file ImportDataUtils.h.
Go to the source code of this file.
Namespaces | |
GUI | |
GUI::View | |
GUI::View::ImportDataUtils | |
Provides utility methods to import data files. | |
Functions | |
QString | GUI::View::ImportDataUtils::Import1dData (RealDataItem *realDataItem, const AbstractDataLoader *selectedLoader) |
Imports 1D data into the given item. More... | |
std::unique_ptr< Datafield > | GUI::View::ImportDataUtils::Import2dData (const QString &fileName, IOFactory::LoaderSelector loader) |
Imports 2D data, stores them as Datafield, and returns owning pointer. More... | |