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

DPeak Class Template Reference
[Kernel]

#include <OpenMS/KERNEL/DPeak.h>

Inheritance diagram for DPeak:

DRawDataPoint MetaInfoInterface PrecursorPeak

List of all members.


Detailed Description

template<UInt D>
class OpenMS::DPeak< D >

A D-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 Types

Type definitions
enum  { DIMENSION = D }
typedef DPosition< D > PositionType
 Position type.
typedef DoubleReal CoordinateType
 Coordinate type (of the position).
typedef DoubleReal IntensityType
 Intensity type.

Public Member Functions

DPeakoperator= (const DPeak &rhs)
 Assignment operator.
bool operator== (const DPeak &rhs) const
 Equality operator.
bool operator!= (const DPeak &rhs) const
 Equality operator.
Constructors and Destructor
 DPeak ()
 Default constructor.
 DPeak (DPeak const &p)
 Copy constructor.
 ~DPeak ()
 Destructor.


Member Typedef Documentation

typedef DPosition<D> PositionType

Position type.

Reimplemented from DRawDataPoint.

typedef DoubleReal CoordinateType

Coordinate type (of the position).

Reimplemented from DRawDataPoint.

typedef DoubleReal IntensityType

Intensity type.

Reimplemented from DRawDataPoint.


Member Enumeration Documentation

anonymous enum

Enumerator:
DIMENSION 


Constructor & Destructor Documentation

DPeak (  )  [inline]

Default constructor.

DPeak ( DPeak< D > const &  p  )  [inline]

Copy constructor.

~DPeak (  )  [inline]

Destructor.


Member Function Documentation

DPeak& operator= ( const DPeak< D > &  rhs  )  [inline]

Assignment operator.

bool operator== ( const DPeak< D > &  rhs  )  const [inline]

Equality operator.

bool operator!= ( const DPeak< D > &  rhs  )  const [inline]

Equality operator.


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