#include <gtsam/base/DSFVector.h>
#include <CppUnitLite/TestHarness.h>
#include <iostream>
#include <set>
#include <list>
#include <utility>
Go to the source code of this file.
Functions | |
int | main () |
TEST (DSFBase, find) | |
TEST (DSFBase, makeUnion2) | |
TEST (DSFBase, makeUnion3) | |
TEST (DSFBase, merge) | |
TEST (DSFBase, mergePairwiseMatches) | |
TEST (DSFVector, arrays) | |
TEST (DSFVector, arrays2) | |
TEST (DSFVector, arrays3) | |
TEST (DSFVector, isSingleton) | |
TEST (DSFVector, merge2) | |
TEST (DSFVector, mergePairwiseMatches) | |
TEST (DSFVector, set) | |
TEST (DSFVector, set2) | |
TEST (DSFVector, sets) | |
TEST (DSFVector, sets2) | |
TEST (DSFVector, sets3) | |
int main | ( | ) |
Definition at line 222 of file testDSFVector.cpp.
TEST | ( | DSFBase | , |
find | |||
) |
Definition at line 35 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 | , |
merge | |||
) |
Definition at line 41 of file testDSFVector.cpp.
TEST | ( | DSFBase | , |
mergePairwiseMatches | |||
) |
Definition at line 63 of file testDSFVector.cpp.
TEST | ( | DSFVector | , |
arrays | |||
) |
Definition at line 106 of file testDSFVector.cpp.
TEST | ( | DSFVector | , |
arrays2 | |||
) |
Definition at line 129 of file testDSFVector.cpp.
TEST | ( | DSFVector | , |
arrays3 | |||
) |
Definition at line 152 of file testDSFVector.cpp.
TEST | ( | DSFVector | , |
isSingleton | |||
) |
Definition at line 186 of file testDSFVector.cpp.
TEST | ( | DSFVector | , |
merge2 | |||
) |
Definition at line 86 of file testDSFVector.cpp.
TEST | ( | DSFVector | , |
mergePairwiseMatches | |||
) |
Definition at line 195 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 | , |
sets | |||
) |
Definition at line 95 of file testDSFVector.cpp.
TEST | ( | DSFVector | , |
sets2 | |||
) |
Definition at line 117 of file testDSFVector.cpp.
TEST | ( | DSFVector | , |
sets3 | |||
) |
Definition at line 141 of file testDSFVector.cpp.