|
ProteoWizard
|
#include "WhittakerSmoother.hpp"#include "pwiz/utility/misc/unit.hpp"#include "pwiz/utility/misc/Std.hpp"Go to the source code of this file.
Functions | |
| void | test () |
| int | main (int argc, char *argv[]) |
Variables | |
| ostream * | os_ = 0 |
| const double | testArrayX [] |
| const double | testArrayY [] |
| void test | ( | ) |
Definition at line 52 of file WhittakerSmootherTest.cpp.
References os_, pwiz::analysis::WhittakerSmoother::smooth(), testArrayX, testArrayY, and unit_assert_throws_what.
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 90 of file WhittakerSmootherTest.cpp.
References e(), os_, test(), TEST_EPILOG, TEST_FAILED, and TEST_PROLOG.
| ostream* os_ = 0 |
Definition at line 32 of file WhittakerSmootherTest.cpp.
| const double testArrayX[] |
Definition at line 35 of file WhittakerSmootherTest.cpp.
Referenced by test().
| const double testArrayY[] |
Definition at line 43 of file WhittakerSmootherTest.cpp.
Referenced by test().
1.8.1.1