#include <id.h>
Public Member Functions | |
| NodeId (int trajectory_id, int node_index) | |
| bool | operator!= (const NodeId &other) const |
| bool | operator< (const NodeId &other) const |
| bool | operator== (const NodeId &other) const |
| void | ToProto (proto::NodeId *proto) const |
Public Attributes | |
| int | node_index |
| int | trajectory_id |
| cartographer::mapping::NodeId::NodeId | ( | int | trajectory_id, |
| int | node_index | ||
| ) | [inline] |
| bool cartographer::mapping::NodeId::operator!= | ( | const NodeId & | other | ) | const [inline] |
| bool cartographer::mapping::NodeId::operator< | ( | const NodeId & | other | ) | const [inline] |
| bool cartographer::mapping::NodeId::operator== | ( | const NodeId & | other | ) | const [inline] |
| void cartographer::mapping::NodeId::ToProto | ( | proto::NodeId * | proto | ) | const [inline] |