unit tests for DSFMap More...
#include <gtsam/base/DSFMap.h>#include <boost/assign/std/list.hpp>#include <boost/assign/std/set.hpp>#include <CppUnitLite/TestHarness.h>#include <iostream>
Go to the source code of this file.
Functions | |
| int | main () |
| TEST (DSFMap, find) | |
| TEST (DSFMap, merge) | |
| TEST (DSFMap, merge2) | |
| TEST (DSFMap, merge3) | |
| TEST (DSFMap, mergePairwiseMatches) | |
| TEST (DSFMap, mergePairwiseMatches2) | |
| TEST (DSFMap, sets) | |
| TEST (DSFMap, findIndexPair) | |
| int main | ( | void | ) |
Definition at line 149 of file testDSFMap.cpp.
| TEST | ( | DSFMap | , |
| find | |||
| ) |
Definition at line 33 of file testDSFMap.cpp.
| TEST | ( | DSFMap | , |
| merge | |||
| ) |
Definition at line 43 of file testDSFMap.cpp.
| TEST | ( | DSFMap | , |
| merge2 | |||
| ) |
Definition at line 50 of file testDSFMap.cpp.
| TEST | ( | DSFMap | , |
| merge3 | |||
| ) |
Definition at line 57 of file testDSFMap.cpp.
| TEST | ( | DSFMap | , |
| mergePairwiseMatches | |||
| ) |
Definition at line 65 of file testDSFMap.cpp.
| TEST | ( | DSFMap | , |
| mergePairwiseMatches2 | |||
| ) |
Definition at line 86 of file testDSFMap.cpp.
| TEST | ( | DSFMap | , |
| sets | |||
| ) |
Definition at line 115 of file testDSFMap.cpp.
| TEST | ( | DSFMap | , |
| findIndexPair | |||
| ) |
Definition at line 143 of file testDSFMap.cpp.