#include <OpenMS/FILTERING/DATAREDUCTION/FeatureFindingMetabo.h>
Public Member Functions | |
| FeatureHypothesis () | |
| default constructor More... | |
| ~FeatureHypothesis () | |
| default destructor More... | |
| FeatureHypothesis (const FeatureHypothesis &) | |
| copy constructor More... | |
| FeatureHypothesis & | operator= (const FeatureHypothesis &rhs) |
| assignment operator More... | |
| Size | getSize () const |
| String | getLabel () const |
| std::vector< String > | getLabels () const |
| double | getScore () const |
| void | setScore (const double &score) |
| SignedSize | getCharge () const |
| void | setCharge (const SignedSize &ch) |
| std::vector< double > | getAllIntensities (bool smoothed=false) const |
| double | getCentroidMZ () const |
| double | getCentroidRT () const |
| double | getFWHM () const |
| void | addMassTrace (MassTrace &) |
| addMassTrace More... | |
| double | getMonoisotopicFeatureIntensity (bool) const |
| double | getSummedFeatureIntensity (bool) const |
| Size | getNumFeatPoints () const |
| std::vector< ConvexHull2D > | getConvexHulls () const |
Private Attributes | |
| std::vector< const MassTrace * > | iso_pattern_ |
| double | feat_score_ |
| SignedSize | charge_ |
default constructor
| ~FeatureHypothesis | ( | ) |
default destructor
| FeatureHypothesis | ( | const FeatureHypothesis & | ) |
copy constructor
| void addMassTrace | ( | MassTrace & | ) |
addMassTrace
|
inline |
|
inline |
|
inline |
| std::vector<ConvexHull2D> getConvexHulls | ( | ) | const |
|
inline |
|
inline |
|
inline |
| Size getNumFeatPoints | ( | ) | const |
|
inline |
Referenced by CmpHypothesesByScore::operator()().
|
inline |
| FeatureHypothesis& operator= | ( | const FeatureHypothesis & | rhs | ) |
assignment operator
|
inline |
|
inline |
|
private |
|
private |
|
private |
| OpenMS / TOPP release 2.0.0 | Documentation generated on Wed Mar 30 2016 12:49:27 using doxygen 1.8.11 |