|
RTAB-Map 0.23.10
Real-Time Appearance-Based Mapping
|
#include <UserDataEvent.h>


Public Member Functions | |
| UserDataEvent (const cv::Mat &data) | |
| virtual std::string | getClassName () const |
| const cv::Mat & | data () const |
Public Member Functions inherited from UEvent | |
| int | getCode () const |
Additional Inherited Members | |
Protected Member Functions inherited from UEvent | |
| UEvent (int code=0) | |
The user data event.
Definition at line 40 of file UserDataEvent.h.
|
inline |
Definition at line 43 of file UserDataEvent.h.
|
inline |
Definition at line 47 of file UserDataEvent.h.
|
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.
Implements UEvent.
Definition at line 48 of file UserDataEvent.h.
|
inline |
Definition at line 50 of file UserDataEvent.h.