#include <OpenMS/TRANSFORMATIONS/RAW2PEAK/PeakPickerCWT.h>
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 |
typedef std::vector<RawDataPointType>::iterator RawDataPointIterator [private] |
PeakArea_ | ( | ) | [inline] |
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.
The estimated centroid position.
Generated Tue Apr 1 15:36:48 2008 -- using doxygen 1.5.4 | OpenMS / TOPP 1.1 |