Unit tests for VariableIndex class. More...
#include <gtsam/inference/VariableIndex.h>
#include <gtsam/symbolic/SymbolicFactorGraph.h>
#include <gtsam/base/TestableAssertions.h>
#include <CppUnitLite/TestHarness.h>
Go to the source code of this file.
Functions | |
int | main () |
TEST (VariableIndex, augment) | |
TEST (VariableIndex, augment2) | |
TEST (VariableIndex, deep_copy) | |
TEST (VariableIndex, remove) | |
SymbolicFactorGraph | testGraph1 () |
SymbolicFactorGraph | testGraph2 () |
int main | ( | ) |
Definition at line 143 of file testVariableIndex.cpp.
TEST | ( | VariableIndex | , |
augment | |||
) |
Definition at line 50 of file testVariableIndex.cpp.
TEST | ( | VariableIndex | , |
augment2 | |||
) |
Definition at line 67 of file testVariableIndex.cpp.
TEST | ( | VariableIndex | , |
deep_copy | |||
) |
Definition at line 114 of file testVariableIndex.cpp.
TEST | ( | VariableIndex | , |
remove | |||
) |
Definition at line 89 of file testVariableIndex.cpp.
SymbolicFactorGraph testGraph1 | ( | ) |
Definition at line 31 of file testVariableIndex.cpp.
SymbolicFactorGraph testGraph2 | ( | ) |
Definition at line 40 of file testVariableIndex.cpp.