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