1 #ifndef TNODEANNOTATIONS_H 2 #define TNODEANNOTATIONS_H 11 namespace mrpt {
namespace graphs {
namespace detail {
43 return (!(*
this == other));
81 namespace mrpt {
namespace utils {
Abstract class from which NodeAnnotations related classes can be implemented.
TNodeAnnotations()
Constructor.
GLsizei const GLchar ** string
bool setAnnots(const self_t &other)
Set the properties of the current TNodeAnnotations object.
virtual bool operator==(const TNodeAnnotations &other) const
This is the global namespace for all Mobile Robot Programming Toolkit (MRPT) libraries.
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
TNodeAnnotations(const TNodeAnnotations &other)
Generic copy constructor.
Struct to be used as the NODE_ANNOTATIONS template argument in CNetworkOfPoses class instances for us...
virtual ~TNodeAnnotations()
Destructor.
#define MRPT_DECLARE_TTYPENAME(_TYPE)