#include <RtabmapEvent.h>
Definition at line 168 of file RtabmapEvent.h.
rtabmap::RtabmapEvent3DMap::RtabmapEvent3DMap |
( |
int |
codeError = 0 | ) |
|
|
inline |
rtabmap::RtabmapEvent3DMap::RtabmapEvent3DMap |
( |
const std::map< int, Signature > & |
signatures, |
|
|
const std::map< int, Transform > & |
poses, |
|
|
const std::multimap< int, Link > & |
constraints |
|
) |
| |
|
inline |
virtual rtabmap::RtabmapEvent3DMap::~RtabmapEvent3DMap |
( |
| ) |
|
|
inlinevirtual |
virtual std::string rtabmap::RtabmapEvent3DMap::getClassName |
( |
| ) |
const |
|
inlinevirtual |
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.
- Returns
- the class name
Implements UEvent.
Definition at line 189 of file RtabmapEvent.h.
const std::multimap<int, Link>& rtabmap::RtabmapEvent3DMap::getConstraints |
( |
| ) |
const |
|
inline |
const std::map<int, Transform>& rtabmap::RtabmapEvent3DMap::getPoses |
( |
| ) |
const |
|
inline |
const std::map<int, Signature>& rtabmap::RtabmapEvent3DMap::getSignatures |
( |
| ) |
const |
|
inline |
std::multimap<int, Link> rtabmap::RtabmapEvent3DMap::_constraints |
|
private |
std::map<int, Transform> rtabmap::RtabmapEvent3DMap::_poses |
|
private |
std::map<int, Signature> rtabmap::RtabmapEvent3DMap::_signatures |
|
private |
The documentation for this class was generated from the following file: