struct mrpt::graphs::detail::TNodeAnnotationsEmpty
Overview
Struct to be used as the NODE_ANNOTATIONS template argument in CNetworkOfPoses class instances for use in multiple-robot SLAM applications.
#include <mrpt/graphs/TNodeAnnotations.h> struct TNodeAnnotationsEmpty: public mrpt::graphs::detail::TNodeAnnotations { // typedefs typedef TNodeAnnotations self_t; // construction TNodeAnnotationsEmpty(); // methods virtual void getAnnotsAsString(std::string* s) const; std::string retAnnotsAsString() const; virtual bool operator == (const TNodeAnnotations& other) const; virtual bool operator != (const TNodeAnnotations& other) const; };
Inherited Members
public: // methods TNodeAnnotations* getCopyOfAnnots() const; bool setAnnots(const self_t& other);