|
ProteoWizard
|
#include "Feature_dataFetcher.hpp"#include "pwiz/utility/misc/unit.hpp"#include "pwiz/utility/misc/Std.hpp"Go to the source code of this file.
Classes | |
| struct | IsFS |
Functions | |
| FeaturePtr | makeFeature (double mz, double retentionTime) |
| FeatureSequencedPtr | makeFeatureSequenced (const FeaturePtr feature, string _ms1_5="", string _ms2="") |
| void | test () |
| void | testMerge () |
| int | main (int argc, char *argv[]) |
Variables | |
| ostream * | os_ = 0 |
| FeaturePtr makeFeature | ( | double | mz, |
| double | retentionTime | ||
| ) |
Definition at line 34 of file Feature_dataFetcherTest.cpp.
References pwiz::chemistry::Ion::mz().
| FeatureSequencedPtr makeFeatureSequenced | ( | const FeaturePtr | feature, |
| string | _ms1_5 = "", |
||
| string | _ms2 = "" |
||
| ) |
Definition at line 44 of file Feature_dataFetcherTest.cpp.
Referenced by testMerge().
| void test | ( | ) |
Definition at line 63 of file Feature_dataFetcherTest.cpp.
References pwiz::data::peakdata::FeatureFile::features, pwiz::eharmony::Feature_dataFetcher::getFeatures(), makeFeature(), os_, unit_assert, and pwiz::data::peakdata::FeatureFile::write().
| void testMerge | ( | ) |
Definition at line 142 of file Feature_dataFetcherTest.cpp.
References pwiz::eharmony::Feature_dataFetcher::getFeatures(), makeFeature(), makeFeatureSequenced(), pwiz::eharmony::Feature_dataFetcher::merge(), os_, and unit_assert.
Referenced by main().
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 186 of file Feature_dataFetcherTest.cpp.
References e(), os_, test(), and testMerge().
| ostream* os_ = 0 |
Definition at line 32 of file Feature_dataFetcherTest.cpp.
1.8.1.1