#include <OpenMS/TRANSFORMATIONS/FEATUREFINDER/SUPERHIRN/MS2Feature.h>
Public Member Functions | |
| ~MS2Feature () | |
| MS2Feature () | |
| MS2Feature (MS2Fragment *) | |
| MS2Feature (double iPrecursorMZ, double iTR, int iChrg, int iApexScan) | |
| MS2Feature (const MS2Feature &) | |
| MS2Feature (const MS2Feature *) | |
| bool | operator== (const MS2Feature &) |
| MS2Feature & | operator<= (const MS2Feature &) |
| MS2Feature & | operator>= (const MS2Feature &) |
| MS2Feature & | operator< (const MS2Feature &) |
| MS2Feature & | operator> (const MS2Feature &) |
| void | show_info () |
| void | setID (int in) |
| int | getID () |
Private Attributes | |
| int | ID |
| ~MS2Feature | ( | ) |
| MS2Feature | ( | ) | [inline] |
| MS2Feature | ( | MS2Fragment * | ) |
| MS2Feature | ( | double | iPrecursorMZ, | |
| double | iTR, | |||
| int | iChrg, | |||
| int | iApexScan | |||
| ) |
| MS2Feature | ( | const MS2Feature & | ) |
| MS2Feature | ( | const MS2Feature * | ) |
| int getID | ( | ) | [inline] |
| MS2Feature& operator< | ( | const MS2Feature & | ) |
| MS2Feature& operator<= | ( | const MS2Feature & | ) |
| bool operator== | ( | const MS2Feature & | ) |
| MS2Feature& operator> | ( | const MS2Feature & | ) |
| MS2Feature& operator>= | ( | const MS2Feature & | ) |
| void setID | ( | int | in | ) | [inline] |
| void show_info | ( | ) |
Reimplemented from MS2ConsensusSpectrum.
int ID [private] |
| OpenMS / TOPP release 1.10.0 | Documentation generated on Thu Mar 7 2013 09:42:57 using doxygen 1.7.1 |