#include <RtabmapEvent.h>
Public Member Functions | |
virtual std::string | getClassName () const |
const Statistics & | getStats () const |
RtabmapEvent (const Statistics &stats) | |
virtual | ~RtabmapEvent () |
Private Attributes | |
Statistics | _stats |
Definition at line 41 of file RtabmapEvent.h.
rtabmap::RtabmapEvent::RtabmapEvent | ( | const Statistics & | stats | ) | [inline] |
Definition at line 44 of file RtabmapEvent.h.
virtual rtabmap::RtabmapEvent::~RtabmapEvent | ( | ) | [inline, virtual] |
Definition at line 48 of file RtabmapEvent.h.
virtual std::string rtabmap::RtabmapEvent::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 50 of file RtabmapEvent.h.
const Statistics& rtabmap::RtabmapEvent::getStats | ( | ) | const [inline] |
Definition at line 49 of file RtabmapEvent.h.
Statistics rtabmap::RtabmapEvent::_stats [private] |
Definition at line 53 of file RtabmapEvent.h.