#include <OpenMS/TRANSFORMATIONS/FEATUREFINDER/SUPERHIRN/BackgroundIntensityBin.h>
Public Member Functions | |
virtual | ~BackgroundIntensityBin () |
BackgroundIntensityBin (const BackgroundIntensityBin &) | |
BackgroundIntensityBin & | operator= (const BackgroundIntensityBin &) |
BackgroundIntensityBin (double, double) | |
bool | checkBelonging (MSPeak *) |
void | addIntensity (double) |
void | addMSPeak (MSPeak *) |
void | processIntensities () |
std::vector< double > * | getIntensityMap () |
std::map< double, double > * | getIntensityHist () |
double | getMean () |
Private Member Functions | |
BackgroundIntensityBin () | |
void | computeIntensityHist () |
Private Attributes | |
double | mzCoord_ |
double | trCoord_ |
double | zCoord_ |
std::vector< double > | intensityMap_ |
std::map< double, double > | intensityHist_ |
double | mean_ |
|
inlineprivate |
|
virtual |
BackgroundIntensityBin | ( | const BackgroundIntensityBin & | ) |
void addIntensity | ( | double | ) |
void addMSPeak | ( | MSPeak * | ) |
bool checkBelonging | ( | MSPeak * | ) |
|
private |
std::vector<double>* getIntensityMap | ( | ) |
double getMean | ( | ) |
BackgroundIntensityBin& operator= | ( | const BackgroundIntensityBin & | ) |
void processIntensities | ( | ) |
|
private |
|
private |
|
private |
|
private |
|
private |
OpenMS / TOPP release 2.3.0 | Documentation generated on Tue Jan 9 2018 18:22:07 using doxygen 1.8.13 |