Home  · Classes  · Annotated Classes  · Modules  · Members  · Namespaces  · Related Pages
Public Member Functions | Public Attributes | Private Member Functions | Private Attributes

Spectrum Struct Reference

The structure that captures the generation of a peak list (including the underlying acquisitions). More...

#include <OpenMS/ANALYSIS/OPENSWATH/OPENSWATHALGO/DATAACCESS/DataStructures.h>

List of all members.

Public Member Functions

 Spectrum ()
BinaryDataArrayPtr getMZArray () const
 get m/z array (may be null)
void setMZArray (BinaryDataArrayPtr data)
BinaryDataArrayPtr getIntensityArray () const
 get intensity array (may be null)
void setIntensityArray (BinaryDataArrayPtr data)
 get intensity array (may be null)

Public Attributes

std::size_t defaultArrayLength
 default length of binary data arrays contained in this element.

Private Member Functions

void initvec ()

Private Attributes

std::vector< BinaryDataArrayPtrbinaryDataArrayPtrs
 list of binary data arrays.

Detailed Description

The structure that captures the generation of a peak list (including the underlying acquisitions).


Constructor & Destructor Documentation

Spectrum (  )  [inline]

References Spectrum::initvec().


Member Function Documentation

BinaryDataArrayPtr getIntensityArray (  )  const [inline]

get intensity array (may be null)

References Spectrum::binaryDataArrayPtrs.

BinaryDataArrayPtr getMZArray (  )  const [inline]

get m/z array (may be null)

References Spectrum::binaryDataArrayPtrs.

void initvec (  )  [inline, private]
void setIntensityArray ( BinaryDataArrayPtr  data  )  [inline]

get intensity array (may be null)

References Spectrum::binaryDataArrayPtrs.

void setMZArray ( BinaryDataArrayPtr  data  )  [inline]

Member Data Documentation

std::vector<BinaryDataArrayPtr> binaryDataArrayPtrs [private]
std::size_t defaultArrayLength

default length of binary data arrays contained in this element.

Referenced by Spectrum::initvec().


OpenMS / TOPP release 1.10.0 Documentation generated on Thu Mar 7 2013 09:43:00 using doxygen 1.7.1