#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 |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
bool operator< | ( | const CentroidPeak & | ) |
CentroidPeak& operator= | ( | const CentroidPeak & | ) |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
void show_info | ( | ) |
void subtractIntensity | ( | double | ) |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
OpenMS / TOPP release 2.0.0 | Documentation generated on Wed Mar 30 2016 12:49:27 using doxygen 1.8.11 |