#include <OpenMS/TRANSFORMATIONS/FEATUREFINDER/SUPERHIRN/CentroidPeak.h>
| CentroidPeak | ( | ) |
| CentroidPeak | ( | double | , | |
| double | ||||
| ) |
| CentroidPeak | ( | double | , | |
| double | , | |||
| double | ||||
| ) |
| CentroidPeak | ( | const CentroidPeak & | ) |
| CentroidPeak | ( | const CentroidPeak * | ) |
| virtual ~CentroidPeak | ( | ) | [virtual] |
| std::string getExtraPeakInfo | ( | ) | [inline] |
References CentroidPeak::extraPeakInfo_.
| double getFittedIntensity | ( | ) | [inline] |
References CentroidPeak::fittedIntensity_.
| double getIntensity | ( | ) | [inline] |
References CentroidPeak::intensity_.
| int getIsotopIdx | ( | ) | [inline] |
References CentroidPeak::isotopIdx_.
| double getMass | ( | ) | [inline] |
References CentroidPeak::mass_.
| double getOrgIntensity | ( | ) | [inline] |
References CentroidPeak::orgIntensity_.
| double getRetentionTime | ( | ) | [inline] |
References CentroidPeak::tr_.
| double getSignalToNoise | ( | ) | [inline] |
References CentroidPeak::signalToNoise_.
| bool operator< | ( | const CentroidPeak & | ) |
| CentroidPeak& operator= | ( | const CentroidPeak & | ) |
| void setExtraPeakInfo | ( | std::string | in | ) | [inline] |
References CentroidPeak::extraPeakInfo_.
| void setFittedIntensity | ( | double | pFittedIntensity | ) | [inline] |
References CentroidPeak::fittedIntensity_.
| void setIntensity | ( | double | pIntensity | ) | [inline] |
References CentroidPeak::intensity_.
| void setIsotopIdx | ( | double | pIsotopIdx | ) | [inline] |
References CentroidPeak::isotopIdx_.
| void setMass | ( | double | pMass | ) | [inline] |
References CentroidPeak::mass_.
| void setOrgIntensity | ( | double | pOrgIntensity | ) | [inline] |
References CentroidPeak::orgIntensity_.
| void setRetentionTime | ( | double | in | ) | [inline] |
References CentroidPeak::tr_.
| void setSignalToNoise | ( | double | in | ) | [inline] |
References CentroidPeak::signalToNoise_.
| void show_info | ( | ) |
Reimplemented in DeconvPeak.
| void subtractIntensity | ( | double | ) |
std::string extraPeakInfo_ [protected] |
Referenced by CentroidPeak::getExtraPeakInfo(), and CentroidPeak::setExtraPeakInfo().
double fittedIntensity_ [protected] |
Referenced by CentroidPeak::getFittedIntensity(), and CentroidPeak::setFittedIntensity().
double intensity_ [protected] |
Referenced by CentroidPeak::getIntensity(), and CentroidPeak::setIntensity().
int isotopIdx_ [protected] |
Referenced by CentroidPeak::getIsotopIdx(), and CentroidPeak::setIsotopIdx().
Referenced by CentroidPeak::getMass(), and CentroidPeak::setMass().
double orgIntensity_ [protected] |
Referenced by CentroidPeak::getOrgIntensity(), and CentroidPeak::setOrgIntensity().
double signalToNoise_ [protected] |
Referenced by CentroidPeak::getSignalToNoise(), and CentroidPeak::setSignalToNoise().
Referenced by CentroidPeak::getRetentionTime(), and CentroidPeak::setRetentionTime().
| OpenMS / TOPP release 1.10.0 | Documentation generated on Thu Mar 7 2013 09:42:57 using doxygen 1.7.1 |