#include <smoother_test.hpp>
Public Member Functions | |
void | setUp () |
void | tearDown () |
void | testKalmanSmoother () |
void | testParticleSmoother () |
Private Member Functions | |
CPPUNIT_TEST (testKalmanSmoother) | |
CPPUNIT_TEST (testParticleSmoother) | |
CPPUNIT_TEST_SUITE (SmootherTest) | |
CPPUNIT_TEST_SUITE_END () | |
Private Attributes | |
double | epsilon |
Definition at line 30 of file smoother_test.hpp.
SmootherTest::CPPUNIT_TEST | ( | testKalmanSmoother | ) | [private] |
SmootherTest::CPPUNIT_TEST | ( | testParticleSmoother | ) | [private] |
SmootherTest::CPPUNIT_TEST_SUITE | ( | SmootherTest | ) | [private] |
SmootherTest::CPPUNIT_TEST_SUITE_END | ( | ) | [private] |
void SmootherTest::setUp | ( | ) |
Definition at line 38 of file smoother_test.cpp.
void SmootherTest::tearDown | ( | ) |
Definition at line 43 of file smoother_test.cpp.
void SmootherTest::testKalmanSmoother | ( | ) |
Definition at line 48 of file smoother_test.cpp.
void SmootherTest::testParticleSmoother | ( | ) |
Definition at line 224 of file smoother_test.cpp.
double SmootherTest::epsilon [private] |
Definition at line 45 of file smoother_test.hpp.