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

MetaInfoDescription Class Reference
[Metadata]

Description of the meta data arrays of MSSpectrum. More...

#include <OpenMS/METADATA/MetaInfoDescription.h>

Inheritance diagram for MetaInfoDescription:
MetaInfoInterface MSChromatogram< PeakT >::FloatDataArray MSChromatogram< PeakT >::IntegerDataArray MSChromatogram< PeakT >::StringDataArray MSSpectrum< PeakT >::FloatDataArray MSSpectrum< PeakT >::IntegerDataArray MSSpectrum< PeakT >::StringDataArray

List of all members.

Public Member Functions

 MetaInfoDescription ()
 Constructor.
 MetaInfoDescription (const MetaInfoDescription &source)
 Copy constructor.
 ~MetaInfoDescription ()
 Destructor.
MetaInfoDescriptionoperator= (const MetaInfoDescription &source)
 Assignment operator.
bool operator== (const MetaInfoDescription &rhs) const
 Equality operator.
const StringgetName () const
 returns the name of the peak annotations
void setName (const String &name)
 sets the name of the peak annotations
const std::vector
< DataProcessing > & 
getDataProcessing () const
 returns a const reference to the description of the applied processing
std::vector< DataProcessing > & getDataProcessing ()
 returns a mutable reference to the description of the applied processing
void setDataProcessing (const std::vector< DataProcessing > &data_processing)
 sets the description of the applied processing

Protected Attributes

String comment_
String name_
std::vector< DataProcessingdata_processing_

Detailed Description

Description of the meta data arrays of MSSpectrum.


Constructor & Destructor Documentation

Constructor.

MetaInfoDescription ( const MetaInfoDescription source  ) 

Copy constructor.

Destructor.


Member Function Documentation

const std::vector<DataProcessing>& getDataProcessing (  )  const

returns a const reference to the description of the applied processing

std::vector<DataProcessing>& getDataProcessing (  ) 

returns a mutable reference to the description of the applied processing

const String& getName (  )  const

returns the name of the peak annotations

MetaInfoDescription& operator= ( const MetaInfoDescription source  ) 

Assignment operator.

bool operator== ( const MetaInfoDescription rhs  )  const

Equality operator.

void setDataProcessing ( const std::vector< DataProcessing > &  data_processing  ) 

sets the description of the applied processing

void setName ( const String name  ) 

sets the name of the peak annotations


Member Data Documentation

String comment_ [protected]
std::vector<DataProcessing> data_processing_ [protected]
String name_ [protected]

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