#include <UserDataEvent.h>
The user data event.
Definition at line 40 of file UserDataEvent.h.
rtabmap::UserDataEvent::UserDataEvent |
( |
const cv::Mat & |
data | ) |
|
|
inline |
rtabmap::UserDataEvent::~UserDataEvent |
( |
| ) |
|
|
inline |
const cv::Mat& rtabmap::UserDataEvent::data |
( |
| ) |
const |
|
inline |
virtual std::string rtabmap::UserDataEvent::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 48 of file UserDataEvent.h.
cv::Mat rtabmap::UserDataEvent::data_ |
|
private |
The documentation for this class was generated from the following file: