#include <OpenMS/TRANSFORMATIONS/FEATUREFINDER/SUPERHIRN/CentroidData.h>
Public Member Functions | |
| CentroidData (int, boost::shared_ptr< RawData >, bool) | |
| CentroidData (int, boost::shared_ptr< RawData >, double, bool) | |
| virtual | ~CentroidData () |
| void | get (std::list< CentroidPeak > &) |
| void | set (boost::shared_ptr< RawData >) |
| void | set (std::vector< double > &, std::vector< double > &) |
| void | setWidth (int pWidth) |
| int | getWidth () |
| void | setNoise (double) |
| double | getNoise () |
| void | removeNoise () |
| bool | getNextPeakGroup (std::list< CentroidPeak >::iterator &, std::list< CentroidPeak >::iterator &) |
| void | resetPeakGroupIter () |
Public Attributes | |
| bool | centroidDataModus_ |
Protected Member Functions | |
| void | calcCentroids (boost::shared_ptr< RawData >) |
Protected Attributes | |
| int | fWindowWidth |
| double | fNoise |
| double | fScanRetentionTime |
| std::list< CentroidPeak > | fCentroidPeaks |
| std::list< CentroidPeak >::iterator | fPeakGroupStart |
| CentroidData | ( | int | , | |
| boost::shared_ptr< RawData > | , | |||
| bool | ||||
| ) |
| CentroidData | ( | int | , | |
| boost::shared_ptr< RawData > | , | |||
| double | , | |||
| bool | ||||
| ) |
| virtual ~CentroidData | ( | ) | [virtual] |
| void calcCentroids | ( | boost::shared_ptr< RawData > | ) | [protected] |
| void get | ( | std::list< CentroidPeak > & | ) |
| bool getNextPeakGroup | ( | std::list< CentroidPeak >::iterator & | , | |
| std::list< CentroidPeak >::iterator & | ||||
| ) |
| double getNoise | ( | ) | [inline] |
| int getWidth | ( | ) | [inline] |
| void removeNoise | ( | ) |
| void resetPeakGroupIter | ( | ) |
| void set | ( | boost::shared_ptr< RawData > | ) |
| void setNoise | ( | double | ) |
| void setWidth | ( | int | pWidth | ) | [inline] |
| bool centroidDataModus_ |
std::list<CentroidPeak> fCentroidPeaks [protected] |
std::list<CentroidPeak>::iterator fPeakGroupStart [protected] |
double fScanRetentionTime [protected] |
int fWindowWidth [protected] |
| OpenMS / TOPP release 1.10.0 | Documentation generated on Thu Mar 7 2013 09:42:57 using doxygen 1.7.1 |