|
ProteoWizard
|
#include "SavitzkyGolaySmoother.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 | testArray [] |
| void test | ( | ) |
Definition at line 44 of file SavitzkyGolaySmootherTest.cpp.
References os_, testArray, testData, and unit_assert.
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 67 of file SavitzkyGolaySmootherTest.cpp.
References e(), os_, test(), TEST_EPILOG, TEST_FAILED, and TEST_PROLOG.
| ostream* os_ = 0 |
Definition at line 32 of file SavitzkyGolaySmootherTest.cpp.
| const double testArray[] |
Definition at line 35 of file SavitzkyGolaySmootherTest.cpp.
Referenced by test().
1.8.1.1