#include <OpenMS/KERNEL/Peak2D.h>
This datastructure is intended for picked peaks which do not carry further information e.g. annotations estimated by the peak picking algorithm. If you want to handle peaks that have such information, use PickedPeak2D.
The intensity of a peak is defined as the maximum of the model fitted to the raw data during peak picking i.e. approximately the height of the highest raw data point.
Public Member Functions | |
Peak2D () | |
Default constructor. | |
Peak2D (const Peak2D &p) | |
Copy constructor. | |
~Peak2D () | |
Destructor. | |
Peak2D & | operator= (const Peak2D &rhs) |
Assignment operator. | |
bool | operator== (const Peak2D &rhs) const |
Equality operator. | |
bool | operator!= (const Peak2D &rhs) const |
Equality operator. |
Peak2D | ( | ) | [inline] |
Default constructor.
~Peak2D | ( | ) | [inline] |
Destructor.
bool operator== | ( | const Peak2D & | rhs | ) | const [inline] |
Equality operator.
bool operator!= | ( | const Peak2D & | rhs | ) | const [inline] |
Equality operator.
Generated Tue Apr 1 15:36:46 2008 -- using doxygen 1.5.4 | OpenMS / TOPP 1.1 |