|
ProteoWizard
|
#include "MatchedFilter.hpp"#include "pwiz/utility/misc/unit.hpp"#include "pwiz/utility/misc/Std.hpp"#include <complex>#include <cstring>#include <typeinfo>Go to the source code of this file.
Classes | |
| struct | OneMinusAbs |
Functions | |
| void | test_SampledData () |
| complex< double > | OneMinusAbsComplex (double d) |
| template<typename Kernel > | |
| void | test_createFilter (const Kernel &f) |
| template<typename Kernel > | |
| void | test_createFilters (const Kernel &f) |
| template<typename Kernel > | |
| void | test_compute (const Kernel &f) |
| template<typename Kernel > | |
| void | test_kernel (const Kernel &kernel) |
| int | main (int argc, char *argv[]) |
Variables | |
| ostream * | os_ = 0 |
| void test_SampledData | ( | ) |
Definition at line 38 of file MatchedFilterTest.cpp.
References os_, unit_assert, and x.
Referenced by main().
| complex<double> OneMinusAbsComplex | ( | double | d | ) |
Definition at line 86 of file MatchedFilterTest.cpp.
Referenced by main().
| void test_createFilter | ( | const Kernel & | f | ) |
Definition at line 93 of file MatchedFilterTest.cpp.
References pwiz::math::MatchedFilter::details::createFilter(), os_, and unit_assert.
Referenced by test_kernel().
| void test_createFilters | ( | const Kernel & | f | ) |
Definition at line 124 of file MatchedFilterTest.cpp.
References pwiz::math::MatchedFilter::details::createFilters(), e(), norm(), os_, unit_assert, and unit_assert_equal.
Referenced by test_kernel().
| void test_compute | ( | const Kernel & | f | ) |
Definition at line 167 of file MatchedFilterTest.cpp.
References pwiz::math::MatchedFilter::computeCorrelationData(), e(), os_, and unit_assert.
Referenced by test_kernel().
| void test_kernel | ( | const Kernel & | kernel | ) |
Definition at line 196 of file MatchedFilterTest.cpp.
References os_, test_compute(), test_createFilter(), and test_createFilters().
Referenced by main().
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 209 of file MatchedFilterTest.cpp.
References e(), OneMinusAbsComplex(), os_, TEST_EPILOG, TEST_FAILED, test_kernel(), TEST_PROLOG, and test_SampledData().
| ostream* os_ = 0 |
Definition at line 35 of file MatchedFilterTest.cpp.
1.8.1.1