#include <gtsam/inference/LabeledSymbol.h>
#include <gtsam/base/Testable.h>
#include <gtsam/base/TestableAssertions.h>
#include <CppUnitLite/TestHarness.h>
Go to the source code of this file.
Functions | |
string | labeledSymbolMyFormatter (Key key) |
int | main () |
TEST (LabeledSymbol, ChrTest) | |
TEST (LabeledSymbol, Formatting) | |
TEST (LabeledSymbol, KeyLabeledSymbolConversion) | |
TEST (LabeledSymbol, KeyLabeledSymbolEncoding) | |
string labeledSymbolMyFormatter | ( | Key | key | ) |
Definition at line 82 of file testLabeledSymbol.cpp.
int main | ( | ) |
Definition at line 101 of file testLabeledSymbol.cpp.
TEST | ( | LabeledSymbol | , |
ChrTest | |||
) |
Definition at line 70 of file testLabeledSymbol.cpp.
TEST | ( | LabeledSymbol | , |
Formatting | |||
) |
Definition at line 86 of file testLabeledSymbol.cpp.
TEST | ( | LabeledSymbol | , |
KeyLabeledSymbolConversion | |||
) |
Definition at line 27 of file testLabeledSymbol.cpp.
TEST | ( | LabeledSymbol | , |
KeyLabeledSymbolEncoding | |||
) |
Definition at line 36 of file testLabeledSymbol.cpp.