#include <gazebo_ros_video.h>
Public Member Functions | |
void | render (const cv::Mat &image) |
VideoVisual (const std::string &name, rendering::VisualPtr parent, int height, int width) | |
virtual | ~VideoVisual () |
Private Attributes | |
int | height_ |
Ogre::TexturePtr | texture_ |
int | width_ |
Definition at line 45 of file gazebo_ros_video.h.
gazebo::VideoVisual::VideoVisual | ( | const std::string & | name, |
rendering::VisualPtr | parent, | ||
int | height, | ||
int | width | ||
) |
Definition at line 30 of file gazebo_ros_video.cpp.
gazebo::VideoVisual::~VideoVisual | ( | ) | [virtual] |
Definition at line 84 of file gazebo_ros_video.cpp.
void gazebo::VideoVisual::render | ( | const cv::Mat & | image | ) |
Definition at line 86 of file gazebo_ros_video.cpp.
int gazebo::VideoVisual::height_ [private] |
Definition at line 55 of file gazebo_ros_video.h.
Ogre::TexturePtr gazebo::VideoVisual::texture_ [private] |
Definition at line 54 of file gazebo_ros_video.h.
int gazebo::VideoVisual::width_ [private] |
Definition at line 56 of file gazebo_ros_video.h.