BufferedImageGenerator::ImageSource Struct Reference#include <BufferedImageGenerator.h>
List of all members.
Detailed Description
Stores information about the current frame, (not the image itself, but meta data a pointer to it).
Definition at line 14 of file BufferedImageGenerator.h.
|
Public Member Functions |
| | ImageSource () |
| | constructor
|
| | ImageSource (const ImageSource &src) |
| | copy constructor
|
| ImageSource & | operator= (const ImageSource &src) |
| | assignment operator
|
Public Attributes |
| unsigned int | width |
| | the width of img
|
| unsigned int | height |
| | the height of img
|
| unsigned int | channels |
| | the number of color channels in img
|
| unsigned int | frameIndex |
| | the serial number of the current frame (should be a unique, increasing ID)
|
| unsigned int | layer |
| | indicates what resolution layer of the pipeline this should be used at
|
| MessageReceiver * | receiver |
| | a pointer back to the MessageReceiver which got the image
|
| unsigned char * | img |
| | pointer to the first byte of the image buffer
|
Constructor & Destructor Documentation
| BufferedImageGenerator::ImageSource::ImageSource |
( |
|
) |
[inline] |
|
| BufferedImageGenerator::ImageSource::ImageSource |
( |
const ImageSource & |
src |
) |
[inline] |
|
Member Function Documentation
Member Data Documentation
The documentation for this struct was generated from the following file:
|