#include <gtsam_unstable/partition/GenericGraph.h>
#include <CppUnitLite/TestHarness.h>
#include <map>
Go to the source code of this file.
Functions | |
int | main () |
TEST (GenerciGraph, findIslands) | |
TEST (GenerciGraph, findIslands2) | |
TEST (GenerciGraph, findIslands3) | |
TEST (GenerciGraph, findIslands4) | |
TEST (GenerciGraph, findIslands5) | |
TEST (GenerciGraph, hasCommonCamera) | |
TEST (GenerciGraph, hasCommonCamera2) | |
TEST (GenerciGraph, reduceGenericGraph) | |
TEST (GenericGraph, reduceGenericGraph2) | |
int main | ( | ) |
Definition at line 249 of file testGenericGraph.cpp.
TEST | ( | GenerciGraph | , |
findIslands | |||
) |
l7 l9 / | \ / | x1 -x2-x3 - l8 - x4- x5-x6
Definition at line 26 of file testGenericGraph.cpp.
TEST | ( | GenerciGraph | , |
findIslands2 | |||
) |
TEST | ( | GenerciGraph | , |
findIslands3 | |||
) |
x1 - l5 x2 - x3 - x4 - l6
Definition at line 89 of file testGenericGraph.cpp.
TEST | ( | GenerciGraph | , |
findIslands4 | |||
) |
x3 - l4 - x7
Definition at line 112 of file testGenericGraph.cpp.
TEST | ( | GenerciGraph | , |
findIslands5 | |||
) |
x1 - l5 - x2 | / \ | x3 x4
Definition at line 134 of file testGenericGraph.cpp.
TEST | ( | GenerciGraph | , |
hasCommonCamera | |||
) |
Definition at line 231 of file testGenericGraph.cpp.
TEST | ( | GenerciGraph | , |
hasCommonCamera2 | |||
) |
Definition at line 240 of file testGenericGraph.cpp.
TEST | ( | GenerciGraph | , |
reduceGenericGraph | |||
) |
l3 l4 l5 l6 \ | / \ / x1 x2
Definition at line 162 of file testGenericGraph.cpp.
TEST | ( | GenericGraph | , |
reduceGenericGraph2 | |||
) |
l3 l4 l5 l6 \ | / \ / x1 x2 - x7
Definition at line 197 of file testGenericGraph.cpp.