#include <fixed_view_controller.h>

Public Member Functions | |
| FixedViewController () | |
| virtual void | handleMouseEvent (rviz::ViewportMouseEvent &event) |
| virtual void | onInitialize () |
| virtual void | reset () |
| virtual void | update (float dt, float ros_dt) |
| void | zoom (float amount) |
| virtual | ~FixedViewController () |
Private Attributes | |
| rviz::FloatProperty * | fov_property_ |
Definition at line 47 of file fixed_view_controller.h.
Definition at line 60 of file fixed_view_controller.cpp.
Definition at line 74 of file fixed_view_controller.cpp.
| void oculus_rviz_plugins::FixedViewController::handleMouseEvent | ( | rviz::ViewportMouseEvent & | event | ) | [virtual] |
Reimplemented from rviz::ViewController.
Definition at line 89 of file fixed_view_controller.cpp.
| void oculus_rviz_plugins::FixedViewController::onInitialize | ( | ) | [virtual] |
Reimplemented from rviz::FramePositionTrackingViewController.
Definition at line 67 of file fixed_view_controller.cpp.
| void oculus_rviz_plugins::FixedViewController::reset | ( | ) | [virtual] |
Implements rviz::ViewController.
Definition at line 78 of file fixed_view_controller.cpp.
| void oculus_rviz_plugins::FixedViewController::update | ( | float | dt, |
| float | ros_dt | ||
| ) | [virtual] |
Reimplemented from rviz::FramePositionTrackingViewController.
Definition at line 82 of file fixed_view_controller.cpp.
| void oculus_rviz_plugins::FixedViewController::zoom | ( | float | amount | ) |
Definition at line 109 of file fixed_view_controller.cpp.
Definition at line 66 of file fixed_view_controller.h.