A 2-dimensional raw data point or peak with meta information. More...
#include <OpenMS/KERNEL/RichPeak2D.h>
Public Member Functions | |
| RichPeak2D () | |
| Default constructor. | |
| RichPeak2D (const RichPeak2D &p) | |
| Copy constructor. | |
| RichPeak2D (const Peak2D &p) | |
| Constructor from Peak2D. | |
| ~RichPeak2D () | |
| Destructor. | |
| RichPeak2D & | operator= (const RichPeak2D &rhs) |
| Assignment operator. | |
| RichPeak2D & | operator= (const Peak2D &rhs) |
| Assignment operator. | |
| bool | operator== (const RichPeak2D &rhs) const |
| Equality operator. | |
| bool | operator!= (const RichPeak2D &rhs) const |
| Equality operator. | |
A 2-dimensional raw data point or peak with meta information.
This data structure is intended for continuous data or peak data. If you do not need to annotated single peaks with meta data, use Peak2D instead.
| RichPeak2D | ( | ) | [inline] |
Default constructor.
| RichPeak2D | ( | const RichPeak2D & | p | ) | [inline] |
Copy constructor.
| RichPeak2D | ( | const Peak2D & | p | ) | [inline, explicit] |
Constructor from Peak2D.
References UniqueIdInterface::clearUniqueId().
| ~RichPeak2D | ( | ) | [inline] |
Destructor.
| bool operator!= | ( | const RichPeak2D & | rhs | ) | const [inline] |
Equality operator.
| RichPeak2D& operator= | ( | const Peak2D & | rhs | ) | [inline] |
Assignment operator.
References UniqueIdInterface::clearUniqueId(), and Peak2D::operator=().
| RichPeak2D& operator= | ( | const RichPeak2D & | rhs | ) | [inline] |
Assignment operator.
References UniqueIdInterface::operator=(), MetaInfoInterface::operator=(), and Peak2D::operator=().
| bool operator== | ( | const RichPeak2D & | rhs | ) | const [inline] |
Equality operator.
References UniqueIdInterface::operator==(), MetaInfoInterface::operator==(), and Peak2D::operator==().
| OpenMS / TOPP release 1.10.0 | Documentation generated on Thu Mar 7 2013 09:42:55 using doxygen 1.7.1 |