#include <CppUnitLite/TestHarness.h>#include <gtsam/base/Testable.h>#include <gtsam/discrete/Signature.h>#include <boost/assign/std/vector.hpp>#include <vector>
Go to the source code of this file.
Functions | |
| int | main () |
| TEST (testSignature, simple_conditional) | |
| TEST (testSignature, simple_conditional_nonparser) | |
| DiscreteKey | X (0, 2) |
| DiscreteKey | Y (1, 3) |
| DiscreteKey | Z (2, 2) |
| int main | ( | void | ) |
Definition at line 76 of file testSignature.cpp.
| TEST | ( | testSignature | , |
| simple_conditional | |||
| ) |
Definition at line 34 of file testSignature.cpp.
| TEST | ( | testSignature | , |
| simple_conditional_nonparser | |||
| ) |
Definition at line 54 of file testSignature.cpp.
| DiscreteKey X | ( | 0 | , |
| 2 | |||
| ) |
| DiscreteKey Y | ( | 1 | , |
| 3 | |||
| ) |
| DiscreteKey Z | ( | 2 | , |
| 2 | |||
| ) |