Public Member Functions | |
virtual std::string | getClassName () const |
const rtabmap::Statistics & | getStats () const |
Static Public Member Functions | |
PostRenderEvent (const rtabmap::Statistics &stats) | |
Private Attributes | |
rtabmap::Statistics | stats_ |
Definition at line 273 of file RTABMapApp.cpp.
PostRenderEvent::PostRenderEvent | ( | const rtabmap::Statistics & | stats | ) | [inline, static] |
Definition at line 276 of file RTABMapApp.cpp.
virtual std::string PostRenderEvent::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 281 of file RTABMapApp.cpp.
const rtabmap::Statistics& PostRenderEvent::getStats | ( | ) | const [inline] |
Definition at line 282 of file RTABMapApp.cpp.
rtabmap::Statistics PostRenderEvent::stats_ [private] |
Definition at line 284 of file RTABMapApp.cpp.