| Tekkotsu Homepage | Demos | Overview | Downloads | Dev. Resources | Reference | Credits |
BufferedImageGenerator::ImageSource Struct Reference#include <BufferedImageGenerator.h>
Detailed DescriptionStores information about the current frame, (not the image itself, but meta data a pointer to it).
Definition at line 12 of file BufferedImageGenerator.h.
Constructor & Destructor Documentation
Member Function Documentation
Member Data Documentation
the number of color channels in img
Definition at line 21 of file BufferedImageGenerator.h. Referenced by operator=().
the serial number of the current frame (should be a unique, increasing ID)
Definition at line 22 of file BufferedImageGenerator.h. Referenced by operator=().
the height of img
Definition at line 20 of file BufferedImageGenerator.h. Referenced by operator=().
pointer to the first byte of the image buffer img should be stored in a channel-interleaved format, e.g. RGBRGBRGB... Definition at line 31 of file BufferedImageGenerator.h. Referenced by operator=().
indicates what resolution layer of the pipeline this should be used at
Negative values are interpreted as "from the top", so -1 is the topmost layer, -2 is next-to-top, and so on. Definition at line 27 of file BufferedImageGenerator.h. Referenced by operator=().
The documentation for this struct was generated from the following file: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Tekkotsu v3.0 |
Generated Wed Oct 4 00:04:57 2006 by Doxygen 1.4.7 |