#include <OpenMS/TRANSFORMATIONS/FEATUREFINDER/SUPERHIRN/CentroidPeak.h>
Public Member Functions | |
| DeconvPeak () | |
| DeconvPeak (double, double, int, int, double, double) | |
| DeconvPeak (const DeconvPeak &) | |
| DeconvPeak (const DeconvPeak *) | |
| DeconvPeak & | operator= (const DeconvPeak &) |
| virtual | ~DeconvPeak () |
| void | show_info () |
| int | getCharge () |
| int | getNrIsotopes () |
| double | getC13MassError () |
| double | getScore () |
| std::vector< CentroidPeak > | getIsotopicPeaks () |
| void | setCharge (int pCharge) |
| void | setNrIsotopes (int pNrIsotopes) |
| void | setC13MassError (double pC13MassError) |
| void | setScore (double pScore) |
| void | setIsotopicPeaks (std::vector< CentroidPeak > pIsotopicPeaks) |
Protected Attributes | |
| int | charge_ |
| int | nrIsotopes_ |
| double | c13MassError_ |
| double | score_ |
| std::vector< CentroidPeak > | isotopicPeaks_ |
| DeconvPeak | ( | ) |
| DeconvPeak | ( | double | , | |
| double | , | |||
| int | , | |||
| int | , | |||
| double | , | |||
| double | ||||
| ) |
| DeconvPeak | ( | const DeconvPeak & | ) |
| DeconvPeak | ( | const DeconvPeak * | ) |
| virtual ~DeconvPeak | ( | ) | [virtual] |
| double getC13MassError | ( | ) | [inline] |
References DeconvPeak::c13MassError_.
| int getCharge | ( | ) | [inline] |
References DeconvPeak::charge_.
| std::vector< CentroidPeak > getIsotopicPeaks | ( | ) | [inline] |
References DeconvPeak::isotopicPeaks_.
| int getNrIsotopes | ( | ) | [inline] |
References DeconvPeak::nrIsotopes_.
| double getScore | ( | ) | [inline] |
References DeconvPeak::score_.
| DeconvPeak& operator= | ( | const DeconvPeak & | ) |
| void setC13MassError | ( | double | pC13MassError | ) | [inline] |
References DeconvPeak::c13MassError_.
| void setCharge | ( | int | pCharge | ) | [inline] |
References DeconvPeak::charge_.
| void setIsotopicPeaks | ( | std::vector< CentroidPeak > | pIsotopicPeaks | ) | [inline] |
References DeconvPeak::isotopicPeaks_.
| void setNrIsotopes | ( | int | pNrIsotopes | ) | [inline] |
References DeconvPeak::nrIsotopes_.
| void setScore | ( | double | pScore | ) | [inline] |
References DeconvPeak::score_.
| void show_info | ( | ) |
Reimplemented from CentroidPeak.
double c13MassError_ [protected] |
Referenced by DeconvPeak::getC13MassError(), and DeconvPeak::setC13MassError().
int charge_ [protected] |
Referenced by DeconvPeak::getCharge(), and DeconvPeak::setCharge().
std::vector<CentroidPeak> isotopicPeaks_ [protected] |
Referenced by DeconvPeak::getIsotopicPeaks(), and DeconvPeak::setIsotopicPeaks().
int nrIsotopes_ [protected] |
Referenced by DeconvPeak::getNrIsotopes(), and DeconvPeak::setNrIsotopes().
Referenced by DeconvPeak::getScore(), and DeconvPeak::setScore().
| OpenMS / TOPP release 1.10.0 | Documentation generated on Thu Mar 7 2013 09:42:57 using doxygen 1.7.1 |