#include <MultiCameraPlugin.h>
|  | 
| virtual void | Load (sensors::SensorPtr _sensor, sdf::ElementPtr _sdf) | 
|  | 
|  | MultiCameraPlugin () | 
|  | 
| virtual void | OnNewFrameLeft (const unsigned char *_image, unsigned int _width, unsigned int _height, unsigned int _depth, const std::string &_format) | 
|  | 
| virtual void | OnNewFrameRight (const unsigned char *_image, unsigned int _width, unsigned int _height, unsigned int _depth, const std::string &_format) | 
|  | 
| virtual | ~MultiCameraPlugin () | 
|  | Destructor.  More... 
 | 
|  | 
|  | 
| std::vector< rendering::CameraPtr > | camera | 
|  | 
| std::vector< unsigned int > | depth | 
|  | 
| std::vector< std::string > | format | 
|  | 
| std::vector< unsigned int > | height | 
|  | 
| sensors::MultiCameraSensorPtr | parentSensor | 
|  | 
| std::vector< unsigned int > | width | 
|  | 
Definition at line 30 of file MultiCameraPlugin.h.
 
◆ MultiCameraPlugin()
      
        
          | MultiCameraPlugin::MultiCameraPlugin | ( |  | ) |  | 
      
 
 
◆ ~MultiCameraPlugin()
  
  | 
        
          | MultiCameraPlugin::~MultiCameraPlugin | ( |  | ) |  |  | virtual | 
 
 
◆ Load()
  
  | 
        
          | void MultiCameraPlugin::Load | ( | sensors::SensorPtr | _sensor, |  
          |  |  | sdf::ElementPtr | _sdf |  
          |  | ) |  |  |  | virtual | 
 
 
◆ OnNewFrameLeft()
  
  | 
        
          | void MultiCameraPlugin::OnNewFrameLeft | ( | const unsigned char * | _image, |  
          |  |  | unsigned int | _width, |  
          |  |  | unsigned int | _height, |  
          |  |  | unsigned int | _depth, |  
          |  |  | const std::string & | _format |  
          |  | ) |  |  |  | virtual | 
 
 
◆ OnNewFrameRight()
  
  | 
        
          | void MultiCameraPlugin::OnNewFrameRight | ( | const unsigned char * | _image, |  
          |  |  | unsigned int | _width, |  
          |  |  | unsigned int | _height, |  
          |  |  | unsigned int | _depth, |  
          |  |  | const std::string & | _format |  
          |  | ) |  |  |  | virtual | 
 
 
◆ camera
  
  | 
        
          | std::vector<rendering::CameraPtr> gazebo::MultiCameraPlugin::camera |  | protected | 
 
 
◆ depth
  
  | 
        
          | std::vector<unsigned int> gazebo::MultiCameraPlugin::depth |  | protected | 
 
 
◆ format
  
  | 
        
          | std::vector<std::string> gazebo::MultiCameraPlugin::format |  | protected | 
 
 
◆ height
  
  | 
        
          | std::vector<unsigned int> gazebo::MultiCameraPlugin::height |  | protected | 
 
 
◆ newFrameConnection
◆ parentSensor
  
  | 
        
          | sensors::MultiCameraSensorPtr gazebo::MultiCameraPlugin::parentSensor |  | protected | 
 
 
◆ width
  
  | 
        
          | std::vector<unsigned int> gazebo::MultiCameraPlugin::width |  | protected | 
 
 
The documentation for this class was generated from the following files: