#include <OdometryEvent.h>
Public Member Functions | |
virtual std::string | getClassName () const |
const Transform & | getPose () const |
OdometryResetEvent (const Transform &pose=Transform::getIdentity()) | |
virtual | ~OdometryResetEvent () |
Private Attributes | |
Transform | _pose |
Definition at line 97 of file OdometryEvent.h.
rtabmap::OdometryResetEvent::OdometryResetEvent | ( | const Transform & | pose = Transform::getIdentity() | ) | [inline] |
Definition at line 100 of file OdometryEvent.h.
virtual rtabmap::OdometryResetEvent::~OdometryResetEvent | ( | ) | [inline, virtual] |
Definition at line 101 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 102 of file OdometryEvent.h.
const Transform& rtabmap::OdometryResetEvent::getPose | ( | ) | const [inline] |
Definition at line 103 of file OdometryEvent.h.
Transform rtabmap::OdometryResetEvent::_pose [private] |
Definition at line 105 of file OdometryEvent.h.