![]() |
OpenMS
|
Multiple mzPAF annotations for a single peak. More...
#include <OpenMS/CHEMISTRY/MzPAF.h>
Public Member Functions | |
| bool | empty () const |
| Check if there are any annotations. | |
| size_t | size () const |
| Get number of annotations. | |
| bool | operator== (const MzPAFPeakAnnotations &other) const |
| Equality comparison. | |
| bool | operator!= (const MzPAFPeakAnnotations &other) const |
Public Attributes | |
| std::vector< MzPAFAnnotation > | annotations |
| List of alternative annotations. | |
Multiple mzPAF annotations for a single peak.
Represents comma-separated alternative annotations for a peak. Example: b2,y4^2 has two annotations.
|
inline |
Check if there are any annotations.
|
inline |
| bool operator== | ( | const MzPAFPeakAnnotations & | other | ) | const |
Equality comparison.
|
inline |
Get number of annotations.
| std::vector<MzPAFAnnotation> annotations |
List of alternative annotations.