BornAgain  1.19.79
Simulate and fit neutron and x-ray scattering at grazing incidence
QREDataLoader::ColumnDefinition Struct Reference

Description

Definition at line 57 of file QREDataLoader.h.

Public Member Functions

bool operator== (const ColumnDefinition &other) const
 

Public Attributes

int column
 read the value from this raw column More...
 
bool enabled
 shall data type be used More...
 
double factor
 in case the raw data shall be multiplied More...
 
UnitInFile unit
 the unit of the data in the file More...
 

Member Function Documentation

◆ operator==()

bool QREDataLoader::ColumnDefinition::operator== ( const ColumnDefinition other) const

Definition at line 719 of file QREDataLoader.cpp.

720 {
721  return enabled == other.enabled && column == other.column && unit == other.unit
722  && factor == other.factor;
723 }
@ other
The unit has no enum value defined in here (e.g. when defined as an explicit string)
UnitInFile unit
the unit of the data in the file
Definition: QREDataLoader.h:60
double factor
in case the raw data shall be multiplied
Definition: QREDataLoader.h:61
bool enabled
shall data type be used
Definition: QREDataLoader.h:58
int column
read the value from this raw column
Definition: QREDataLoader.h:59

References other.

Member Data Documentation

◆ column

int QREDataLoader::ColumnDefinition::column

read the value from this raw column

Definition at line 59 of file QREDataLoader.h.

◆ enabled

bool QREDataLoader::ColumnDefinition::enabled

shall data type be used

Definition at line 58 of file QREDataLoader.h.

◆ factor

double QREDataLoader::ColumnDefinition::factor

in case the raw data shall be multiplied

Definition at line 61 of file QREDataLoader.h.

◆ unit

UnitInFile QREDataLoader::ColumnDefinition::unit

the unit of the data in the file

Definition at line 60 of file QREDataLoader.h.


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