Information about one raw data spectrum that was combined with several other raw data spectra. More...
#include <OpenMS/METADATA/Acquisition.h>
Public Member Functions | |
| Acquisition () | |
| Constructor. | |
| Acquisition (const Acquisition &source) | |
| Copy constructor. | |
| ~Acquisition () | |
| Destructor. | |
| Acquisition & | operator= (const Acquisition &source) |
| Assignment operator. | |
| bool | operator== (const Acquisition &rhs) const |
| Equality operator. | |
| bool | operator!= (const Acquisition &rhs) const |
| Equality operator. | |
| const String & | getIdentifier () const |
| return the identifier/index/number of the acquisition | |
| void | setIdentifier (const String &identifier) |
| sets the index/number of the scan | |
Protected Attributes | |
| String | identifier_ |
Information about one raw data spectrum that was combined with several other raw data spectra.
Although this class is basically a string value, it is needed to store important meta info for each raw data scan.
| Acquisition | ( | ) |
Constructor.
| Acquisition | ( | const Acquisition & | source | ) |
Copy constructor.
| ~Acquisition | ( | ) |
Destructor.
| const String& getIdentifier | ( | ) | const |
return the identifier/index/number of the acquisition
Referenced by MzMLHandler< MapType >::writeTo(), and MzDataHandler< MapType >::writeTo().
| bool operator!= | ( | const Acquisition & | rhs | ) | const |
Equality operator.
| Acquisition& operator= | ( | const Acquisition & | source | ) |
Assignment operator.
| bool operator== | ( | const Acquisition & | rhs | ) | const |
Equality operator.
| void setIdentifier | ( | const String & | identifier | ) |
sets the index/number of the scan
Referenced by DBAdapter::loadSpectrum(), and MzMLHandler< MapType >::startElement().
String identifier_ [protected] |
| OpenMS / TOPP release 1.10.0 | Documentation generated on Thu Mar 7 2013 09:42:55 using doxygen 1.7.1 |