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 | |
Spectrum () | |
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) |
Public Attributes | |
std::size_t | defaultArrayLength |
default length of binary data arrays contained in this element. More... | |
Private Member Functions | |
void | initvec () |
Private Attributes | |
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 |
References Spectrum::initvec().
|
inline |
get intensity array (may be null)
References Spectrum::binaryDataArrayPtrs.
|
inline |
get m/z array (may be null)
References Spectrum::binaryDataArrayPtrs.
|
inlineprivate |
References OpenSwath::BinaryDataArrayPtr, Spectrum::binaryDataArrayPtrs, and Spectrum::defaultArrayLength.
Referenced by Spectrum::Spectrum().
|
inline |
References Spectrum::binaryDataArrayPtrs.
|
inline |
References Spectrum::binaryDataArrayPtrs.
|
private |
list of binary data arrays.
Referenced by Spectrum::getIntensityArray(), Spectrum::getMZArray(), Spectrum::initvec(), Spectrum::setIntensityArray(), and Spectrum::setMZArray().
std::size_t defaultArrayLength |
default length of binary data arrays contained in this element.
Referenced by Spectrum::initvec().
OpenMS / TOPP release 1.11.1 | Documentation generated on Thu Nov 14 2013 11:19:38 using doxygen 1.8.5 |