#include <RtabmapEvent.h>
Public Member Functions | |
virtual std::string | getClassName () const |
const std::multimap< int, Link > & | getConstraints () const |
const std::map< int, Transform > & | getPoses () const |
const std::map< int, Signature > & | getSignatures () const |
RtabmapEvent3DMap (int codeError=0) | |
RtabmapEvent3DMap (const std::map< int, Signature > &signatures, const std::map< int, Transform > &poses, const std::multimap< int, Link > &constraints) | |
virtual | ~RtabmapEvent3DMap () |
Private Attributes | |
std::multimap< int, Link > | _constraints |
std::map< int, Transform > | _poses |
std::map< int, Signature > | _signatures |
Definition at line 168 of file RtabmapEvent.h.
rtabmap::RtabmapEvent3DMap::RtabmapEvent3DMap | ( | int | codeError = 0 | ) | [inline] |
Definition at line 171 of file RtabmapEvent.h.
rtabmap::RtabmapEvent3DMap::RtabmapEvent3DMap | ( | const std::map< int, Signature > & | signatures, |
const std::map< int, Transform > & | poses, | ||
const std::multimap< int, Link > & | constraints | ||
) | [inline] |
Definition at line 173 of file RtabmapEvent.h.
virtual rtabmap::RtabmapEvent3DMap::~RtabmapEvent3DMap | ( | ) | [inline, virtual] |
Definition at line 183 of file RtabmapEvent.h.
virtual std::string rtabmap::RtabmapEvent3DMap::getClassName | ( | ) | const [inline, virtual] |
This method is used to get the class name of the event. For example, if a class MouseEvent inherits from UEvent, it must return the "MouseEvent" string.
Implements UEvent.
Definition at line 189 of file RtabmapEvent.h.
const std::multimap<int, Link>& rtabmap::RtabmapEvent3DMap::getConstraints | ( | ) | const [inline] |
Definition at line 187 of file RtabmapEvent.h.
const std::map<int, Transform>& rtabmap::RtabmapEvent3DMap::getPoses | ( | ) | const [inline] |
Definition at line 186 of file RtabmapEvent.h.
const std::map<int, Signature>& rtabmap::RtabmapEvent3DMap::getSignatures | ( | ) | const [inline] |
Definition at line 185 of file RtabmapEvent.h.
std::multimap<int, Link> rtabmap::RtabmapEvent3DMap::_constraints [private] |
Definition at line 194 of file RtabmapEvent.h.
std::map<int, Transform> rtabmap::RtabmapEvent3DMap::_poses [private] |
Definition at line 193 of file RtabmapEvent.h.
std::map<int, Signature> rtabmap::RtabmapEvent3DMap::_signatures [private] |
Definition at line 192 of file RtabmapEvent.h.