|
ProteoWizard
|
#include "SavitzkyGolaySmoother.hpp"#include "pwiz/utility/misc/unit.hpp"#include "pwiz/utility/misc/Std.hpp"Go to the source code of this file.
Classes | |
| struct | TestData |
Functions | |
| vector< double > | parseDoubleArray (const string &doubleArray) |
| void | test () |
| int | main (int argc, char *argv[]) |
Variables | |
| ostream * | os_ = 0 |
| const TestData | testData [] |
| const size_t | testDataSize = sizeof(testData) / sizeof(TestData) |
| vector<double> parseDoubleArray | ( | const string & | doubleArray | ) |
Definition at line 162 of file SavitzkyGolaySmootherTest.cpp.
References max().
| void test | ( | ) |
Definition at line 174 of file SavitzkyGolaySmootherTest.cpp.
References e(), parseDoubleArray(), TestData::polynomialOrder, testData, testDataSize, unit_assert, unit_assert_equal, TestData::windowSize, TestData::xRaw, TestData::xSmoothed, TestData::yRaw, and TestData::ySmoothed.
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 236 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 TestData testData[] |
Definition at line 44 of file SavitzkyGolaySmootherTest.cpp.
Definition at line 159 of file SavitzkyGolaySmootherTest.cpp.
1.8.1.1