BornAgain
1.19.0
Simulate and fit neutron and x-ray scattering at grazing incidence
dataloader_constants.h
Go to the documentation of this file.
1
// ************************************************************************************************
2
//
3
// BornAgain: simulate and fit reflection and scattering
4
//
5
//! @file gui2/dataloader/dataloader_constants.h
6
//! @brief Defines class CLASS?
7
//!
8
//! @homepage http://www.bornagainproject.org
9
//! @license GNU General Public License v3 or higher (see COPYING)
10
//! @copyright Forschungszentrum Jülich GmbH 2020
11
//! @authors Scientific Computing Group at MLZ (see CITATION, AUTHORS)
12
//
13
// ************************************************************************************************
14
15
#ifndef BORNAGAIN_GUI2_DATALOADER_DATALOADER_CONSTANTS_H
16
#define BORNAGAIN_GUI2_DATALOADER_DATALOADER_CONSTANTS_H
17
18
#include <string>
19
#include <vector>
20
21
namespace
gui2::Constants
{
22
23
const
std::string
AxisType
=
"Axis"
;
24
const
std::string
IntensityType
=
"Intensity"
;
25
const
std::string
IgnoreType
=
"Ignore"
;
26
27
}
// namespace gui2::Constants
28
29
#endif
// BORNAGAIN_GUI2_DATALOADER_DATALOADER_CONSTANTS_H
gui2::Constants
Definition:
app_constants.h:20
gui2::Constants::IntensityType
const std::string IntensityType
Definition:
dataloader_constants.h:24
gui2::Constants::AxisType
const std::string AxisType
Definition:
dataloader_constants.h:23
gui2::Constants::IgnoreType
const std::string IgnoreType
Definition:
dataloader_constants.h:25
gui2
dataloader
dataloader_constants.h
Generated by
1.9.1