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>
#include <boost/assign/std/list.hpp>
#include <boost/assign/list_of.hpp>
Go to the source code of this file.
Functions | |
int | main () |
TEST (VariableIndex, augment) | |
TEST (VariableIndex, augment2) | |
TEST (VariableIndex, remove) | |
TEST (VariableIndex, deep_copy) | |
SymbolicFactorGraph | testGraph1 () |
SymbolicFactorGraph | testGraph2 () |
int main | ( | void | ) |
Definition at line 147 of file testVariableIndex.cpp.
TEST | ( | VariableIndex | , |
augment | |||
) |
Definition at line 54 of file testVariableIndex.cpp.
TEST | ( | VariableIndex | , |
augment2 | |||
) |
Definition at line 71 of file testVariableIndex.cpp.
TEST | ( | VariableIndex | , |
remove | |||
) |
Definition at line 93 of file testVariableIndex.cpp.
TEST | ( | VariableIndex | , |
deep_copy | |||
) |
Definition at line 118 of file testVariableIndex.cpp.
SymbolicFactorGraph testGraph1 | ( | ) |
Definition at line 35 of file testVariableIndex.cpp.
SymbolicFactorGraph testGraph2 | ( | ) |
Definition at line 44 of file testVariableIndex.cpp.