Representation of a HPLC gradient.
Definition Gradient.h:27
Representation of a HPLC experiment.
Definition HPLC.h:25
HPLC(HPLC &&)=default
Move constructor.
HPLC & operator=(HPLC &&) &=default
Move assignment operator.
void setInstrument(const std::string &instrument)
sets the instrument name
std::string getComment() const
returns the comments
Int temperature_
Definition HPLC.h:86
const Gradient & getGradient() const
returns a const reference to the used gradient
Int getTemperature() const
returns the temperature (in degree C)
const std::string & getColumn() const
returns a const reference to the column description
UInt getPressure() const
returns the pressure (in bar)
HPLC(const HPLC &)=default
Copy constructor.
std::string comment_
Definition HPLC.h:89
bool operator!=(const HPLC &source) const
Equality operator.
Gradient & getGradient()
returns a mutable reference to the used gradient
const std::string & getInstrument() const
returns a const reference to the instrument name
HPLC & operator=(const HPLC &)=default
Assignment operator.
UInt getFlux() const
returns the flux (in microliter/sec)
std::string instrument_
Definition HPLC.h:84
void setComment(std::string comment)
sets the comments
void setTemperature(Int temperature)
sets the temperature (in degree C)
void setGradient(const Gradient &gradient)
sets the used gradient
Gradient gradient_
Definition HPLC.h:90
void setFlux(UInt flux)
sets the flux (in microliter/sec)
void setPressure(UInt pressure)
sets the pressure (in bar)
void setColumn(const std::string &column)
sets the column description
Int flux_
Definition HPLC.h:88
Int pressure_
Definition HPLC.h:87
std::string column_
Definition HPLC.h:85
bool operator==(const HPLC &source) const
Equality operator.
int Int
Signed integer type.
Definition Types.h:72
unsigned int UInt
Unsigned integer type.
Definition Types.h:64
Main OpenMS namespace.
Definition openswathalgo/include/OpenMS/OPENSWATHALGO/DATAACCESS/ISpectrumAccess.h:19