#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 () |
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 More... | |
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
|
inline |
|
inline |
|
inline |
|
inline |
std::vector<ConvexHull2D> getConvexHulls | ( | ) | const |
|
inline |
|
inline |
|
inline |
DoubleReal getMonoisotopicFeatureIntensity | ( | bool | ) |
Size getNumFeatPoints | ( | ) | const |
|
inline |
Referenced by CmpHypothesesByScore::operator()().
|
inline |
DoubleReal getSummedFeatureIntensity | ( | bool | ) |
FeatureHypothesis& operator= | ( | const FeatureHypothesis & | rhs | ) |
assignment operator
|
inline |
|
inline |
|
private |
|
private |
|
private |
OpenMS / TOPP release 1.11.1 | Documentation generated on Thu Nov 14 2013 11:19:29 using doxygen 1.8.5 |