Home  · Classes  · Annotated Classes  · Modules  · Members  · Namespaces  · Related Pages
Public Member Functions | Private Member Functions | Private Attributes

BackgroundIntensityBin Class Reference

#include <OpenMS/TRANSFORMATIONS/FEATUREFINDER/SUPERHIRN/BackgroundIntensityBin.h>

List of all members.

Public Member Functions

virtual ~BackgroundIntensityBin ()
 BackgroundIntensityBin (const BackgroundIntensityBin &)
BackgroundIntensityBinoperator= (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< doubleintensityMap_
std::map< double, doubleintensityHist_
double mean_

Constructor & Destructor Documentation

BackgroundIntensityBin (  )  [inline, private]
virtual ~BackgroundIntensityBin (  )  [virtual]

Member Function Documentation

void addIntensity ( double   ) 
void addMSPeak ( MSPeak  ) 
bool checkBelonging ( MSPeak  ) 
void computeIntensityHist (  )  [private]
std::map<double, double>* getIntensityHist (  )  [inline]
std::vector<double>* getIntensityMap (  )  [inline]
double getMean (  )  [inline]
BackgroundIntensityBin& operator= ( const BackgroundIntensityBin  ) 
void processIntensities (  ) 

Member Data Documentation

std::map<double, double> intensityHist_ [private]
std::vector<double> intensityMap_ [private]
double mean_ [private]
double mzCoord_ [private]
double trCoord_ [private]
double zCoord_ [private]

OpenMS / TOPP release 1.10.0 Documentation generated on Thu Mar 7 2013 09:42:57 using doxygen 1.7.1