#include <GenericGraph.h>
Public Member Functions | |
GenericNode2D (const std::size_t &index_in, const GenericNode2DType &type_in) | |
Public Attributes | |
std::size_t | index |
GenericNode2DType | type |
the index of the node and the type of the node
Definition at line 29 of file GenericGraph.h.
|
inline |
Definition at line 32 of file GenericGraph.h.
std::size_t gtsam::partition::GenericNode2D::index |
Definition at line 30 of file GenericGraph.h.
GenericNode2DType gtsam::partition::GenericNode2D::type |
Definition at line 31 of file GenericGraph.h.