structure to store the image data and information for display More...
#include <camera.h>
Public Member Functions | |
| CameraImage () | |
| CameraImage (osg::Image *img, bool show, float scale, const std::string &name) | |
Public Attributes | |
| osg::Image * | img |
| bool | show |
| whether to show the image on the screen | |
| float | scale |
| scaling for display | |
| std::string | name |
| name of the image | |
structure to store the image data and information for display
| CameraImage | ( | ) | [inline] |
| CameraImage | ( | osg::Image * | img, | |
| bool | show, | |||
| float | scale, | |||
| const std::string & | name | |||
| ) | [inline] |
| osg::Image* img |
| std::string name |
name of the image
| float scale |
scaling for display
| bool show |
whether to show the image on the screen
1.6.3