#include <OpenMS/FILTERING/DATAREDUCTION/FeatureFindingMetabo.h>
Public Member Functions | |
| FeatureHypothesis () | |
| default constructor | |
| ~FeatureHypothesis () | |
| default destructor | |
| FeatureHypothesis (const FeatureHypothesis &) | |
| copy constructor | |
| FeatureHypothesis & | operator= (const FeatureHypothesis &rhs) |
| assignment operator | |
| Size | getSize () const |
| String | getLabel () |
| std::vector< String > | getLabels () |
| DoubleReal | getScore () |
| void | setScore (const DoubleReal &score) |
| SignedSize | getCharge () |
| void | setCharge (const SignedSize &ch) |
| std::vector< DoubleReal > | getAllIntensities (bool smoothed=false) |
| DoubleReal | getCentroidMZ () |
| DoubleReal | getCentroidRT () |
| DoubleReal | getFWHM (bool use_smoothed_ints=false) |
| void | addMassTrace (MassTrace &) |
| addMassTrace | |
| DoubleReal | getMonoisotopicFeatureIntensity (bool) |
| DoubleReal | getSummedFeatureIntensity (bool) |
| Size | getNumFeatPoints () const |
| std::vector< ConvexHull2D > | getConvexHulls () const |
Private Attributes | |
| std::vector< MassTrace * > | iso_pattern_ |
| DoubleReal | feat_score_ |
| SignedSize | charge_ |
default constructor
| ~FeatureHypothesis | ( | ) |
default destructor
| FeatureHypothesis | ( | const FeatureHypothesis & | ) |
copy constructor
| void addMassTrace | ( | MassTrace & | ) |
addMassTrace
| std::vector<DoubleReal> getAllIntensities | ( | bool | smoothed = false |
) | [inline] |
| DoubleReal getCentroidMZ | ( | ) | [inline] |
| DoubleReal getCentroidRT | ( | ) | [inline] |
| SignedSize getCharge | ( | ) | [inline] |
| std::vector<ConvexHull2D> getConvexHulls | ( | ) | const |
| DoubleReal getFWHM | ( | bool | use_smoothed_ints = false |
) | [inline] |
| String getLabel | ( | ) | [inline] |
| std::vector<String> getLabels | ( | ) | [inline] |
| DoubleReal getMonoisotopicFeatureIntensity | ( | bool | ) |
| Size getNumFeatPoints | ( | ) | const |
| DoubleReal getScore | ( | ) | [inline] |
Referenced by CmpHypothesesByScore::operator()().
| Size getSize | ( | ) | const [inline] |
| DoubleReal getSummedFeatureIntensity | ( | bool | ) |
| FeatureHypothesis& operator= | ( | const FeatureHypothesis & | rhs | ) |
assignment operator
| void setCharge | ( | const SignedSize & | ch | ) | [inline] |
| void setScore | ( | const DoubleReal & | score | ) | [inline] |
SignedSize charge_ [private] |
DoubleReal feat_score_ [private] |
std::vector<MassTrace *> iso_pattern_ [private] |
| OpenMS / TOPP release 1.10.0 | Documentation generated on Thu Mar 7 2013 09:42:53 using doxygen 1.7.1 |