BornAgain
1.19.0
Simulate and fit neutron and x-ray scattering at grazing incidence
|
Parser options to process multi column ASCII files. More...
Public Attributes | |
std::string | m_header_prefix = "#" |
prefix denoting header line More... | |
std::string | m_separator = " " |
column separator More... | |
std::string | m_skip_index_pattern |
pattern denoting line to skip (i.e. '1,10-12,42') More... | |
Parser options to process multi column ASCII files.
Definition at line 27 of file dataloader_types.h.
std::string gui2::ParserOptions::m_header_prefix = "#" |
prefix denoting header line
Definition at line 28 of file dataloader_types.h.
Referenced by gui2::DefaultParser::DefaultParser(), gui2::ParserPropertyWidget::addIgnoreStringPatternRow(), and gui2::ParserPropertyWidget::onParserPropertyChange().
std::string gui2::ParserOptions::m_separator = " " |
column separator
Definition at line 29 of file dataloader_types.h.
Referenced by gui2::DefaultParser::DefaultParser(), gui2::ParserPropertyWidget::addCustomSeparatorRow(), gui2::ParserPropertyWidget::addStandardSeparatorRow(), gui2::ParserPropertyWidget::createParser(), and gui2::ParserPropertyWidget::onParserPropertyChange().
std::string gui2::ParserOptions::m_skip_index_pattern |
pattern denoting line to skip (i.e. '1,10-12,42')
Definition at line 30 of file dataloader_types.h.
Referenced by gui2::DefaultParser::DefaultParser(), gui2::ParserPropertyWidget::addIgnoreNumbersPatternRow(), and gui2::ParserPropertyWidget::onParserPropertyChange().