49         return (!(*
this == other));
 
Abstract class from which NodeAnnotations related classes can be implemented. 
 
TNodeAnnotations()=default
Constructor. 
 
#define ASSERT_(f)
Defines an assertion mechanism. 
 
Internal functions for MRPT. 
 
virtual ~TNodeAnnotations()=default
Destructor. 
 
#define DECLARE_TTYPENAME_CLASSNAME(_CLASSNAME)
Like DECLARE_CUSTOM_TTYPENAME(), but for use within the class declaration body. 
 
bool setAnnots(const self_t &other)
Set the properties of the current TNodeAnnotations object. 
 
virtual bool operator==(const TNodeAnnotations &other) const
 
bool is_node_annots_empty
Indicates if this is a dummy TNodeAnnotations struct or if it does contain meaningful data...
 
TNodeAnnotations * getCopyOfAnnots() const
Create and return a copy of the TNodeAnnotations object at hand. 
 
virtual bool operator!=(const TNodeAnnotations &other) const
 
std::string retAnnotsAsString() const
 
virtual void getAnnotsAsString(std::string *s) const
 
Struct to be used as the NODE_ANNOTATIONS template argument in CNetworkOfPoses class instances for us...