Home  · Classes  · Annotated Classes  · Modules  · Members  · Namespaces  · Related Pages

Peak1D Class Reference
[Kernel]

#include <OpenMS/KERNEL/Peak1D.h>

Inheritance diagram for Peak1D:

RawDataPoint1D MetaInfoInterface PickedPeak1D

List of all members.


Detailed Description

A 1-dimensional peak.

This datastructure is indended for picked peaks, which have no information from peak picking annotated. If you want to handle peaks that have such information, use PickedPeak1D.

The intensity of a peak is defined as the maximum of the model fitted to the raw data during peak picking i.e. aproximately the height of the highest raw data point.

Public Member Functions

 Peak1D ()
 Default constructor.
 Peak1D (const Peak1D &p)
 Copy constructor.
 ~Peak1D ()
 Destructor.
Peak1Doperator= (const Peak1D &rhs)
 Assignment operator.
bool operator== (const Peak1D &rhs) const
 Equality operator.
bool operator!= (const Peak1D &rhs) const
 Equality operator.


Constructor & Destructor Documentation

Peak1D (  )  [inline]

Default constructor.

Peak1D ( const Peak1D p  )  [inline]

Copy constructor.

~Peak1D (  )  [inline]

Destructor.


Member Function Documentation

Peak1D& operator= ( const Peak1D rhs  )  [inline]

Assignment operator.

bool operator== ( const Peak1D rhs  )  const [inline]

Equality operator.

bool operator!= ( const Peak1D rhs  )  const [inline]

Equality operator.


The documentation for this class was generated from the following file:
Generated Tue Apr 1 15:36:46 2008 -- using doxygen 1.5.4 OpenMS / TOPP 1.1