#include <GenericGraph.h>
Public Member Functions | |
GenericFactor2D (const size_t index1, const char type1, const size_t index2, const char type2, const int index_=-1, const int weight_=1) | |
GenericFactor2D (const size_t index1, const GenericNode2DType type1, const size_t index2, const GenericNode2DType type2, const int index_=-1, const int weight_=1) | |
Public Attributes | |
int | index |
GenericNode2D | key1 |
GenericNode2D | key2 |
int | weight |
a factor always involves two nodes/variables for now
Definition at line 36 of file GenericGraph.h.
|
inline |
Definition at line 41 of file GenericGraph.h.
|
inline |
Definition at line 43 of file GenericGraph.h.
int gtsam::partition::GenericFactor2D::index |
Definition at line 39 of file GenericGraph.h.
GenericNode2D gtsam::partition::GenericFactor2D::key1 |
Definition at line 37 of file GenericGraph.h.
GenericNode2D gtsam::partition::GenericFactor2D::key2 |
Definition at line 38 of file GenericGraph.h.
int gtsam::partition::GenericFactor2D::weight |
Definition at line 40 of file GenericGraph.h.