#include <CameraTango.h>

Public Member Functions | |
| virtual std::string | getClassName () const |
| const Transform & | pose () const |
| PoseEvent (const Transform &pose) | |
Private Attributes | |
| Transform | pose_ |
Definition at line 43 of file CameraTango.h.
| rtabmap::PoseEvent::PoseEvent | ( | const Transform & | pose | ) | [inline] |
Definition at line 46 of file CameraTango.h.
| virtual std::string rtabmap::PoseEvent::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 47 of file CameraTango.h.
| const Transform& rtabmap::PoseEvent::pose | ( | ) | const [inline] |
Definition at line 48 of file CameraTango.h.
Transform rtabmap::PoseEvent::pose_ [private] |
Definition at line 51 of file CameraTango.h.