#include <OpenMS/KERNEL/DPeak.h>
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 | |
DPeak & | operator= (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. |
typedef DPosition<D> PositionType |
typedef DoubleReal CoordinateType |
typedef DoubleReal IntensityType |
DPeak | ( | ) | [inline] |
Default constructor.
~DPeak | ( | ) | [inline] |
Destructor.
bool operator== | ( | const DPeak< D > & | rhs | ) | const [inline] |
Equality operator.
bool operator!= | ( | const DPeak< D > & | rhs | ) | const [inline] |
Equality operator.
Generated Tue Apr 1 15:36:45 2008 -- using doxygen 1.5.4 | OpenMS / TOPP 1.1 |