#include <gazebo_ros_video.h>
|  | 
| void | render (const cv::Mat &image) | 
|  | 
|  | VideoVisual (const std::string &name, rendering::VisualPtr parent, int height, int width) | 
|  | 
| virtual | ~VideoVisual () | 
|  | 
Definition at line 45 of file gazebo_ros_video.h.
 
◆ VideoVisual()
      
        
          | gazebo::VideoVisual::VideoVisual | ( | const std::string & | name, | 
        
          |  |  | rendering::VisualPtr | parent, | 
        
          |  |  | int | height, | 
        
          |  |  | int | width | 
        
          |  | ) |  |  | 
      
 
 
◆ ~VideoVisual()
  
  | 
        
          | gazebo::VideoVisual::~VideoVisual | ( |  | ) |  |  | virtual | 
 
 
◆ render()
      
        
          | void gazebo::VideoVisual::render | ( | const cv::Mat & | image | ) |  | 
      
 
 
◆ height_
  
  | 
        
          | int gazebo::VideoVisual::height_ |  | private | 
 
 
◆ texture_
  
  | 
        
          | Ogre::TexturePtr gazebo::VideoVisual::texture_ |  | private | 
 
 
◆ width_
  
  | 
        
          | int gazebo::VideoVisual::width_ |  | private | 
 
 
The documentation for this class was generated from the following files: