OpenMS
|
The structure that captures the generation of a peak list (including the underlying acquisitions) More...
#include <OpenMS/INTERFACES/DataStructures.h>
Public Member Functions | |
Spectrum () | |
BinaryDataArrayPtr | getMZArray () const |
get m/z array (may be null) More... | |
void | setMZArray (BinaryDataArrayPtr data) |
set mz array More... | |
BinaryDataArrayPtr | getIntensityArray () const |
get intensity array (may be null) More... | |
void | setIntensityArray (BinaryDataArrayPtr data) |
set intensity array More... | |
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 |
|
inline |
get intensity array (may be null)
|
inline |
get m/z array (may be null)
|
inlineprivate |
|
inline |
set intensity array
|
inline |
set mz array
|
private |
list of binary data arrays.
std::size_t defaultArrayLength |
default length of binary data arrays contained in this element.