9 #ifndef TMRSLAMNODEANNOTATIONS_H 10 #define TMRSLAMNODEANNOTATIONS_H 48 const self_t* mr_slam_annots =
dynamic_cast<const self_t*
>(&other);
TMRSlamNodeAnnotations self_t
Abstract class from which NodeAnnotations related classes can be implemented.
bool setAnnots(const parent_t &other)
TNodeAnnotations * getCopyOfAnnots() const
bool operator==(const TNodeAnnotations &other) const
Internal functions for MRPT.
void getAnnotsAsString(std::string *s) const
#define DECLARE_TTYPENAME_CLASSNAME(_CLASSNAME)
Like DECLARE_CUSTOM_TTYPENAME(), but for use within the class declaration body.
GLsizei const GLchar ** string
bool setAnnots(const self_t &other)
Set the properties of the current TNodeAnnotations object.
mrpt::graphs::TNodeID nodeID_loc
ID of node in the graph of the SLAM Agent that initially registered this node.
TMRSlamNodeAnnotations(const TMRSlamNodeAnnotations &other)
std::string agent_ID_str
string identifier of the SLAM Agent that initially registered this node.
uint64_t TNodeID
A generic numeric type for unique IDs of nodes or entities.
virtual void getAnnotsAsString(std::string *s) const
Struct to be used as the NODE_ANNOTATIONS template argument in CNetworkOfPoses class instances for us...