|
ProteoWizard
|
#include <PeakData.hpp>
Public Member Functions | |
| Feature () | |
| Feature (const MSIHandler::Record &record) | |
| void | calculateMetadata () |
| double | retentionTimeMin () const |
| double | retentionTimeMax () const |
| void | write (pwiz::minimxml::XMLWriter &xmlWriter) const |
| void | read (std::istream &is) |
| bool | operator== (const Feature &that) const |
| bool | operator!= (const Feature &that) const |
Public Attributes | |
| std::string | id |
| double | mz |
| double | retentionTime |
| int | charge |
| double | totalIntensity |
| double | rtVariance |
| double | score |
| double | error |
| std::vector< PeakelPtr > | peakels |
Definition at line 261 of file PeakData.hpp.
| pwiz::data::peakdata::Feature::Feature | ( | ) |
| pwiz::data::peakdata::Feature::Feature | ( | const MSIHandler::Record & | record | ) |
| void pwiz::data::peakdata::Feature::calculateMetadata | ( | ) |
| double pwiz::data::peakdata::Feature::retentionTimeMin | ( | ) | const |
Referenced by testFeatureAux().
| double pwiz::data::peakdata::Feature::retentionTimeMax | ( | ) | const |
Referenced by testFeatureAux().
| void pwiz::data::peakdata::Feature::write | ( | pwiz::minimxml::XMLWriter & | xmlWriter | ) | const |
Referenced by test(), and testFeature().
| void pwiz::data::peakdata::Feature::read | ( | std::istream & | is | ) |
Referenced by testFeature().
| bool pwiz::data::peakdata::Feature::operator== | ( | const Feature & | that | ) | const |
| bool pwiz::data::peakdata::Feature::operator!= | ( | const Feature & | that | ) | const |
| std::string pwiz::data::peakdata::Feature::id |
Definition at line 266 of file PeakData.hpp.
| double pwiz::data::peakdata::Feature::mz |
Definition at line 267 of file PeakData.hpp.
Referenced by test(), testFeature(), and testPredicate_Feature().
| double pwiz::data::peakdata::Feature::retentionTime |
Definition at line 268 of file PeakData.hpp.
Referenced by test(), testFeature(), and testFeatureAux().
| int pwiz::data::peakdata::Feature::charge |
Definition at line 269 of file PeakData.hpp.
Referenced by testFeature().
| double pwiz::data::peakdata::Feature::totalIntensity |
Definition at line 270 of file PeakData.hpp.
Referenced by testFeature().
| double pwiz::data::peakdata::Feature::rtVariance |
Definition at line 271 of file PeakData.hpp.
Referenced by testFeature().
| double pwiz::data::peakdata::Feature::score |
Definition at line 272 of file PeakData.hpp.
Referenced by testFeature().
| double pwiz::data::peakdata::Feature::error |
Definition at line 273 of file PeakData.hpp.
Referenced by testFeature().
| std::vector<PeakelPtr> pwiz::data::peakdata::Feature::peakels |
Definition at line 274 of file PeakData.hpp.
Referenced by testFeature(), testFeatureAux(), testGaussian_Bombesin2(), and testGaussian_Bombesin3().
1.8.1.1