#include <gtsam/base/DSFVector.h>
#include <CppUnitLite/TestHarness.h>
#include <boost/make_shared.hpp>
#include <boost/assign/std/list.hpp>
#include <boost/assign/std/set.hpp>
#include <boost/assign/std/vector.hpp>
#include <iostream>
Go to the source code of this file.
Functions | |
int | main () |
TEST (DSFBase, find) | |
TEST (DSFBase, merge) | |
TEST (DSFBase, makeUnion2) | |
TEST (DSFBase, makeUnion3) | |
TEST (DSFBase, mergePairwiseMatches) | |
TEST (DSFVector, merge2) | |
TEST (DSFVector, sets) | |
TEST (DSFVector, arrays) | |
TEST (DSFVector, sets2) | |
TEST (DSFVector, arrays2) | |
TEST (DSFVector, sets3) | |
TEST (DSFVector, arrays3) | |
TEST (DSFVector, set) | |
TEST (DSFVector, set2) | |
TEST (DSFVector, isSingleton) | |
TEST (DSFVector, mergePairwiseMatches) | |
int main | ( | void | ) |
Definition at line 223 of file testDSFVector.cpp.
TEST | ( | DSFBase | , |
find | |||
) |
Definition at line 35 of file testDSFVector.cpp.
TEST | ( | DSFBase | , |
merge | |||
) |
Definition at line 41 of file testDSFVector.cpp.
TEST | ( | DSFBase | , |
makeUnion2 | |||
) |
Definition at line 48 of file testDSFVector.cpp.
TEST | ( | DSFBase | , |
makeUnion3 | |||
) |
Definition at line 55 of file testDSFVector.cpp.
TEST | ( | DSFBase | , |
mergePairwiseMatches | |||
) |
Definition at line 63 of file testDSFVector.cpp.
TEST | ( | DSFVector | , |
merge2 | |||
) |
Definition at line 86 of file testDSFVector.cpp.
TEST | ( | DSFVector | , |
sets | |||
) |
Definition at line 95 of file testDSFVector.cpp.
TEST | ( | DSFVector | , |
arrays | |||
) |
Definition at line 106 of file testDSFVector.cpp.
TEST | ( | DSFVector | , |
sets2 | |||
) |
Definition at line 117 of file testDSFVector.cpp.
TEST | ( | DSFVector | , |
arrays2 | |||
) |
Definition at line 129 of file testDSFVector.cpp.
TEST | ( | DSFVector | , |
sets3 | |||
) |
Definition at line 141 of file testDSFVector.cpp.
TEST | ( | DSFVector | , |
arrays3 | |||
) |
Definition at line 152 of file testDSFVector.cpp.
Definition at line 163 of file testDSFVector.cpp.
TEST | ( | DSFVector | , |
set2 | |||
) |
Definition at line 174 of file testDSFVector.cpp.
TEST | ( | DSFVector | , |
isSingleton | |||
) |
Definition at line 186 of file testDSFVector.cpp.
TEST | ( | DSFVector | , |
mergePairwiseMatches | |||
) |
Definition at line 195 of file testDSFVector.cpp.