#include <OpenMS/KERNEL/Peak1D.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 Member Functions | |
Peak1D () | |
Default constructor. | |
Peak1D (const Peak1D &p) | |
Copy constructor. | |
~Peak1D () | |
Destructor. | |
Peak1D & | operator= (const Peak1D &rhs) |
Assignment operator. | |
bool | operator== (const Peak1D &rhs) const |
Equality operator. | |
bool | operator!= (const Peak1D &rhs) const |
Equality operator. |
Peak1D | ( | ) | [inline] |
Default constructor.
~Peak1D | ( | ) | [inline] |
Destructor.
bool operator== | ( | const Peak1D & | rhs | ) | const [inline] |
Equality operator.
bool operator!= | ( | const Peak1D & | rhs | ) | const [inline] |
Equality operator.
Generated Tue Apr 1 15:36:46 2008 -- using doxygen 1.5.4 | OpenMS / TOPP 1.1 |