BornAgain  1.19.79
Simulate and fit neutron and x-ray scattering at grazing incidence
ImportDataUtils.h File Reference

Description

Defines ImportDataUtils namespace.

Homepage:\n http://www.bornagainproject.org
License:\n GNU General Public License v3 or higher (see COPYING)
Authors
Scientific Computing Group at MLZ (see CITATION, AUTHORS)

Definition in file ImportDataUtils.h.

Include dependency graph for ImportDataUtils.h:
This graph shows which files directly or indirectly include this file:

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...