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

PeakPickerCWT::PeakArea_ Class Reference

#include <OpenMS/TRANSFORMATIONS/RAW2PEAK/PeakPickerCWT.h>

List of all members.


Detailed Description

Class for the internal peak representation.

A regularData-Object which contents some additional useful informations for analysing peaks and their properties

Public Member Functions

 PeakArea_ ()

Public Attributes

RawDataPointIterator left
 Iterator defining a raw data peak.
RawDataPointIterator max
RawDataPointIterator right
RawDataPointIterator left_behind_centroid
DPosition< 1 > centroid_position
 The estimated centroid position.

Private Types

typedef std::vector
< RawDataPointType >::iterator 
RawDataPointIterator


Member Typedef Documentation

typedef std::vector<RawDataPointType>::iterator RawDataPointIterator [private]


Constructor & Destructor Documentation

PeakArea_ (  )  [inline]


Member Data Documentation

RawDataPointIterator left

Iterator defining a raw data peak.

The left and right iterators delimit a range in the raw data which represents a raw peak. They define the raw peak endpoints. Max points to the raw data point in [left, right] with the highest intensity, the maximum of the raw peak.

Left_behind_centroid points to the raw data point next to the estimates centroid position.

RawDataPointIterator max

RawDataPointIterator right

RawDataPointIterator left_behind_centroid

DPosition<1> centroid_position

The estimated centroid position.


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