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