1 #ifndef TNODEANNOTATIONS_H
2 #define TNODEANNOTATIONS_H
11 namespace mrpt {
namespace graphs {
namespace detail {
43 return (!(*
this == other));
81 namespace mrpt {
namespace utils {
#define MRPT_DECLARE_TTYPENAME(_TYPE)
GLsizei const GLchar ** string
This is the global namespace for all Mobile Robot Programming Toolkit (MRPT) libraries.
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.