#include <OdometryEvent.h>
Public Member Functions | |
virtual std::string | getClassName () const |
OdometryResetEvent () | |
virtual | ~OdometryResetEvent () |
Definition at line 108 of file OdometryEvent.h.
rtabmap::OdometryResetEvent::OdometryResetEvent | ( | ) | [inline] |
Definition at line 111 of file OdometryEvent.h.
virtual rtabmap::OdometryResetEvent::~OdometryResetEvent | ( | ) | [inline, virtual] |
Definition at line 112 of file OdometryEvent.h.
virtual std::string rtabmap::OdometryResetEvent::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 113 of file OdometryEvent.h.