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

Defines namespace csv. More...

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

Go to the source code of this file.

Namespaces

 csv
 

Typedefs

typedef std::vector< std::vector< std::string > > csv::DataArray
 
typedef std::vector< std::string > csv::DataColumn
 
typedef std::vector< std::string > csv::DataRow
 

Enumerations

enum  csv::ColumnType { csv::_intensity_ , csv::_theta_ , csv::_q_ }
 

Functions

bool csv::isAscii (QString filename)
 

Variables

const QStringList csv::HeaderLabels {"Intensity", "theta", "q"}
 
const QStringList csv::UnitsLabels {"default", "bin", "rad", "deg", "mm", "1/nm"}
 

Detailed Description

Defines namespace csv.

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