|
ProteoWizard
|
#include "FeatureModeler.hpp"#include "pwiz/utility/misc/unit.hpp"#include "boost/filesystem/path.hpp"#include "pwiz/utility/misc/Std.hpp"#include <cstring>Go to the source code of this file.
Functions | |
| FeaturePtr | getFeature (const string &filename) |
| void | testGaussian_Bombesin2 (const Feature &bombesin2) |
| void | testGaussian_Bombesin3 (const Feature &bombesin3) |
| void | testMulti (const FeatureField &ff) |
| void | test (const bfs::path &datadir) |
| int | main (int argc, char *argv[]) |
Variables | |
| ostream * | os_ = 0 |
| FeaturePtr getFeature | ( | const string & | filename | ) |
Definition at line 40 of file FeatureModelerTest.cpp.
Referenced by test().
| void testGaussian_Bombesin2 | ( | const Feature & | bombesin2 | ) |
Definition at line 52 of file FeatureModelerTest.cpp.
References pwiz::analysis::FeatureModeler_Gaussian::fitFeature(), os_, pwiz::data::peakdata::Feature::peakels, and unit_assert.
Referenced by test().
| void testGaussian_Bombesin3 | ( | const Feature & | bombesin3 | ) |
Definition at line 67 of file FeatureModelerTest.cpp.
References pwiz::analysis::FeatureModeler_Gaussian::fitFeature(), os_, pwiz::data::peakdata::Feature::peakels, and unit_assert.
Referenced by test().
| void testMulti | ( | const FeatureField & | ff | ) |
Definition at line 82 of file FeatureModelerTest.cpp.
References pwiz::analysis::FeatureModeler::fitFeatures(), os_, and unit_assert.
Referenced by test().
| void test | ( | const bfs::path & | datadir | ) |
Definition at line 97 of file FeatureModelerTest.cpp.
References getFeature(), testGaussian_Bombesin2(), testGaussian_Bombesin3(), and testMulti().
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 112 of file FeatureModelerTest.cpp.
References e(), os_, test(), TEST_EPILOG, TEST_FAILED, and TEST_PROLOG.
| ostream* os_ = 0 |
Definition at line 37 of file FeatureModelerTest.cpp.
1.8.1.1