BornAgain  1.19.0
Simulate and fit neutron and x-ray scattering at grazing incidence
gui2::GraphImportData Struct Reference

Raw data to construct GraphItem and Data1DItem's. More...

Public Attributes

std::string axis_units
 
std::vector< double > bin_centers
 
std::vector< double > bin_values
 
std::string graph_description
 
std::string signal_units
 

Detailed Description

Raw data to construct GraphItem and Data1DItem's.

Definition at line 26 of file graphimportdata.h.

Member Data Documentation

◆ axis_units

std::string gui2::GraphImportData::axis_units

Definition at line 30 of file graphimportdata.h.

Referenced by gui2::Utils::CreateData().

◆ bin_centers

std::vector<double> gui2::GraphImportData::bin_centers

◆ bin_values

std::vector<double> gui2::GraphImportData::bin_values

◆ graph_description

std::string gui2::GraphImportData::graph_description

Definition at line 27 of file graphimportdata.h.

Referenced by gui2::ExperimentalDataModel::addGraph().

◆ signal_units

std::string gui2::GraphImportData::signal_units

Definition at line 33 of file graphimportdata.h.

Referenced by gui2::Utils::CreateData().


The documentation for this struct was generated from the following file: