|
ProteoWizard
|
#include "PeakDetectorNaive.hpp"#include "pwiz/data/misc/FrequencyData.hpp"#include "pwiz/data/misc/PeakData.hpp"#include "pwiz/utility/misc/unit.hpp"#include "pwiz/utility/misc/Std.hpp"Go to the source code of this file.
Functions | |
| void | testCreation () |
| void | testFind () |
| void | test () |
| int | main (int argc, char *argv[]) |
Variables | |
| ostream * | os_ = 0 |
| FrequencyDatum | data_ [] |
| const unsigned int | dataSize_ = sizeof(data_)/sizeof(FrequencyDatum) |
| void testCreation | ( | ) |
Definition at line 39 of file PeakDetectorNaiveTest.cpp.
References pwiz::frequency::PeakDetectorNaive::create(), and unit_assert.
Referenced by test().
| void testFind | ( | ) |
Definition at line 70 of file PeakDetectorNaiveTest.cpp.
References pwiz::data::FrequencyData::analyze(), pwiz::frequency::PeakDetectorNaive::create(), pwiz::data::FrequencyData::data(), data_, dataSize_, os_, pwiz::data::peakdata::PeakData::scans, and unit_assert.
Referenced by test().
| void test | ( | ) |
Definition at line 107 of file PeakDetectorNaiveTest.cpp.
References testCreation(), and testFind().
Referenced by main().
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 114 of file PeakDetectorNaiveTest.cpp.
References os_, test(), TEST_EPILOG, TEST_FAILED, and TEST_PROLOG.
| ostream* os_ = 0 |
Definition at line 36 of file PeakDetectorNaiveTest.cpp.
Referenced by main(), and testFind().
| FrequencyDatum data_[] |
Definition at line 49 of file PeakDetectorNaiveTest.cpp.
Referenced by testFind().
| const unsigned int dataSize_ = sizeof(data_)/sizeof(FrequencyDatum) |
Definition at line 67 of file PeakDetectorNaiveTest.cpp.
Referenced by testFind().