The structure that captures the generation of a peak list (including the underlying acquisitions) More...
#include <OpenMS/ANALYSIS/OPENSWATH/OPENSWATHALGO/DATAACCESS/DataStructures.h>
Public Member Functions | |
| OSSpectrum () | |
| BinaryDataArrayPtr | getMZArray () const |
| get m/z array (may be null) More... | |
| void | setMZArray (BinaryDataArrayPtr data) |
| BinaryDataArrayPtr | getIntensityArray () const |
| get intensity array (may be null) More... | |
| void | setIntensityArray (BinaryDataArrayPtr data) |
Private Member Functions | |
| void | initvec () |
Private Attributes | |
| std::size_t | defaultArrayLength |
| default length of binary data arrays contained in this element. More... | |
| std::vector< BinaryDataArrayPtr > | binaryDataArrayPtrs |
| list of binary data arrays. More... | |
The structure that captures the generation of a peak list (including the underlying acquisitions)
|
inline |
|
inline |
get intensity array (may be null)
|
inline |
get m/z array (may be null)
|
inlineprivate |
|
inline |
|
inline |
|
private |
list of binary data arrays.
|
private |
default length of binary data arrays contained in this element.
| OpenMS / TOPP release 2.3.0 | Documentation generated on Tue Jan 9 2018 18:22:15 using doxygen 1.8.13 |