OpenMS
|
A single chromatogram. More...
#include <OpenMS/OPENSWATHALGO/DATAACCESS/DataStructures.h>
Public Member Functions | |
OSChromatogram () | |
BinaryDataArrayPtr | getTimeArray () |
get time array (may be null) More... | |
void | setTimeArray (BinaryDataArrayPtr data) |
set time array More... | |
BinaryDataArrayPtr | getIntensityArray () |
get intensity array (may be null) More... | |
void | setIntensityArray (BinaryDataArrayPtr data) |
set intensity array More... | |
const std::vector< BinaryDataArrayPtr > & | getDataArrays () const |
non-mutable access to the underlying data arrays More... | |
std::vector< BinaryDataArrayPtr > & | getDataArrays () |
mutable access to the underlying data arrays More... | |
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 |
this attribute can optionally reference the 'id' of the appropriate dataProcessing. More... | |
A single chromatogram.
|
inline |
|
inline |
mutable access to the underlying data arrays
|
inline |
non-mutable access to the underlying data arrays
|
inline |
get intensity array (may be null)
|
inline |
get time array (may be null)
|
inlineprivate |
|
inline |
set intensity array
|
inline |
set time array
|
private |
this attribute can optionally reference the 'id' of the appropriate dataProcessing.
description of precursor ion information (i.e. Q1 settings) description of product ion information (i.e. Q3 settings) list of binary data arrays.
|
private |
default length of binary data arrays contained in this element.