#include <OpenMS/TRANSFORMATIONS/FEATUREFINDER/SUPERHIRN/CentroidPeak.h>
 
  
 | Public Member Functions | |
| CentroidPeak () | |
| CentroidPeak (double, double) | |
| CentroidPeak (double, double, double) | |
| CentroidPeak (const CentroidPeak &) | |
| CentroidPeak (const CentroidPeak *) | |
| CentroidPeak & | operator= (const CentroidPeak &) | 
| bool | operator< (const CentroidPeak &) | 
| virtual | ~CentroidPeak () | 
| double | getMass () | 
| double | getIntensity () | 
| int | getIsotopIdx () | 
| double | getSignalToNoise () | 
| double | getFittedIntensity () | 
| double | getOrgIntensity () | 
| std::string | getExtraPeakInfo () | 
| double | getRetentionTime () | 
| void | setMass (double pMass) | 
| void | setIntensity (double pIntensity) | 
| void | setIsotopIdx (double pIsotopIdx) | 
| void | setSignalToNoise (double in) | 
| void | setFittedIntensity (double pFittedIntensity) | 
| void | setOrgIntensity (double pOrgIntensity) | 
| void | setExtraPeakInfo (std::string in) | 
| void | setRetentionTime (double in) | 
| void | show_info () | 
| void | subtractIntensity (double) | 
| Protected Attributes | |
| int | isotopIdx_ | 
| double | mass_ | 
| double | intensity_ | 
| double | fittedIntensity_ | 
| double | orgIntensity_ | 
| double | tr_ | 
| double | signalToNoise_ | 
| std::string | extraPeakInfo_ | 
| CentroidPeak | ( | ) | 
| CentroidPeak | ( | double | , | 
| double | |||
| ) | 
| CentroidPeak | ( | double | , | 
| double | , | ||
| double | |||
| ) | 
| CentroidPeak | ( | const CentroidPeak & | ) | 
| CentroidPeak | ( | const CentroidPeak * | ) | 
| 
 | virtual | 
| 
 | inline | 
References CentroidPeak::extraPeakInfo_.
| 
 | inline | 
References CentroidPeak::fittedIntensity_.
| 
 | inline | 
References CentroidPeak::intensity_.
| 
 | inline | 
References CentroidPeak::isotopIdx_.
| 
 | inline | 
References CentroidPeak::mass_.
| 
 | inline | 
References CentroidPeak::orgIntensity_.
| 
 | inline | 
References CentroidPeak::tr_.
| 
 | inline | 
References CentroidPeak::signalToNoise_.
| bool operator< | ( | const CentroidPeak & | ) | 
| CentroidPeak& operator= | ( | const CentroidPeak & | ) | 
| 
 | inline | 
References CentroidPeak::extraPeakInfo_.
| 
 | inline | 
References CentroidPeak::fittedIntensity_.
| 
 | inline | 
References CentroidPeak::intensity_.
| 
 | inline | 
References CentroidPeak::isotopIdx_.
| 
 | inline | 
References CentroidPeak::mass_.
| 
 | inline | 
References CentroidPeak::orgIntensity_.
| 
 | inline | 
References CentroidPeak::tr_.
| 
 | inline | 
References CentroidPeak::signalToNoise_.
| void show_info | ( | ) | 
| void subtractIntensity | ( | double | ) | 
| 
 | protected | 
Referenced by CentroidPeak::getExtraPeakInfo(), and CentroidPeak::setExtraPeakInfo().
| 
 | protected | 
Referenced by CentroidPeak::getFittedIntensity(), and CentroidPeak::setFittedIntensity().
| 
 | protected | 
Referenced by CentroidPeak::getIntensity(), and CentroidPeak::setIntensity().
| 
 | protected | 
Referenced by CentroidPeak::getIsotopIdx(), and CentroidPeak::setIsotopIdx().
| 
 | protected | 
Referenced by CentroidPeak::getMass(), and CentroidPeak::setMass().
| 
 | protected | 
Referenced by CentroidPeak::getOrgIntensity(), and CentroidPeak::setOrgIntensity().
| 
 | protected | 
Referenced by CentroidPeak::getSignalToNoise(), and CentroidPeak::setSignalToNoise().
| 
 | protected | 
Referenced by CentroidPeak::getRetentionTime(), and CentroidPeak::setRetentionTime().
| OpenMS / TOPP release 1.11.1 | Documentation generated on Thu Nov 14 2013 11:19:34 using doxygen 1.8.5 |