Protected Types | |
using | Edge1T = EdgeGenericScalarFun< pFVectorVertex, pFVectorVertex > |
using | Edge2T = EdgeGenericVectorFun< 2, pFVectorVertex > |
using | Edge3T = EdgeGenericVectorFun< 2, pFVectorVertex, pFVectorVertex > |
using | Edge4T = EdgeGenericVectorFun< 3, pFVectorVertex, pFVectorVertex > |
Protected Member Functions | |
void | SetUp () override |
TestHyperGraph () | |
virtual | ~TestHyperGraph () |
Static Protected Member Functions | |
static double | edge1_fun (const Edge1T::VertexContainer &vertices) |
static void | edge2_fun (const Edge2T::VertexContainer &vertices, Eigen::Ref< Edge2T::ErrorVector > values) |
static void | edge3_fun (const Edge1T::VertexContainer &vertices, Eigen::Ref< Edge2T::ErrorVector > values) |
static void | edge4_fun (const Edge4T::VertexContainer &vertices, Eigen::Ref< Edge4T::ErrorVector > values) |
Protected Attributes | |
OptimizationEdgeSet::Ptr | edges |
HyperGraph | graph |
pFVectorVertex::Ptr | v1 |
pFVectorVertex::Ptr | v2 |
VertexSet::Ptr | vertices |
Definition at line 53 of file test_hyper_graph.cpp.
|
protected |
Definition at line 82 of file test_hyper_graph.cpp.
|
protected |
Definition at line 90 of file test_hyper_graph.cpp.
|
protected |
Definition at line 98 of file test_hyper_graph.cpp.
|
protected |
Definition at line 109 of file test_hyper_graph.cpp.
|
inlineprotected |
Definition at line 57 of file test_hyper_graph.cpp.
|
inlineprotectedvirtual |
Definition at line 70 of file test_hyper_graph.cpp.
|
inlinestaticprotected |
Definition at line 85 of file test_hyper_graph.cpp.
|
inlinestaticprotected |
Definition at line 92 of file test_hyper_graph.cpp.
|
inlinestaticprotected |
Definition at line 100 of file test_hyper_graph.cpp.
|
inlinestaticprotected |
Definition at line 111 of file test_hyper_graph.cpp.
|
inlineoverrideprotected |
Definition at line 76 of file test_hyper_graph.cpp.
|
protected |
Definition at line 120 of file test_hyper_graph.cpp.
|
protected |
Definition at line 118 of file test_hyper_graph.cpp.
|
protected |
Definition at line 122 of file test_hyper_graph.cpp.
|
protected |
Definition at line 123 of file test_hyper_graph.cpp.
|
protected |
Definition at line 119 of file test_hyper_graph.cpp.