#include <GenericGraph.h>
Public Member Functions | |
GenericNode3D (const std::size_t &index_in, const GenericNode3DType &type_in) | |
Public Attributes | |
std::size_t | index |
GenericNode3DType | type |
the index of the node and the type of the node
Definition at line 78 of file GenericGraph.h.
|
inline |
Definition at line 81 of file GenericGraph.h.
std::size_t gtsam::partition::GenericNode3D::index |
Definition at line 79 of file GenericGraph.h.
GenericNode3DType gtsam::partition::GenericNode3D::type |
Definition at line 80 of file GenericGraph.h.