A single chromatogram. More...
#include <OpenMS/ANALYSIS/OPENSWATH/OPENSWATHALGO/DATAACCESS/DataStructures.h>
Public Member Functions | |
OSChromatogram () | |
BinaryDataArrayPtr | getTimeArray () |
get time array (may be null) More... | |
void | setTimeArray (BinaryDataArrayPtr data) |
BinaryDataArrayPtr | getIntensityArray () |
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... | |
std::vector< BinaryDataArrayPtr > | binaryDataArrayPtrs |
this attribute can optionally reference the 'id' of the appropriate dataProcessing. More... | |
Private Member Functions | |
void | initvec () |
A single chromatogram.
|
inline |
|
inline |
get intensity array (may be null)
|
inline |
get time array (may be null)
|
inlineprivate |
|
inline |
|
inline |
std::vector<BinaryDataArrayPtr> binaryDataArrayPtrs |
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.
std::size_t defaultArrayLength |
default length of binary data arrays contained in this element.
OpenMS / TOPP release 2.0.0 | Documentation generated on Tue Nov 1 2016 16:34:46 using doxygen 1.8.11 |