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