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 width of img
Definition at line 19 of file BufferedImageGenerator.h. Referenced by operator=(), BufferedImageGenerator::processEvent(), and BufferedImageGenerator::setDimensions().
the height of img
Definition at line 20 of file BufferedImageGenerator.h. Referenced by operator=(), BufferedImageGenerator::processEvent(), and BufferedImageGenerator::setDimensions().
the number of color channels in img
Definition at line 21 of file BufferedImageGenerator.h. Referenced by BufferedImageGenerator::calcImage(), BufferedImageGenerator::createImageCache(), operator=(), BufferedImageGenerator::processEvent(), and BufferedImageGenerator::setDimensions().
the serial number of the current frame (should be a unique, increasing ID)
Definition at line 22 of file BufferedImageGenerator.h. Referenced by operator=(), and BufferedImageGenerator::processEvent().
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 BufferedImageGenerator::calcImage(), BufferedImageGenerator::createImageCache(), BufferedImageGenerator::downsampleImage(), operator=(), BufferedImageGenerator::processEvent(), BufferedImageGenerator::setDimensions(), and BufferedImageGenerator::upsampleImage().
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=(), BufferedImageGenerator::processEvent(), and BufferedImageGenerator::setDimensions().
The documentation for this struct was generated from the following file: |
Tekkotsu v4.0 |
Generated Thu Nov 22 00:58:12 2007 by Doxygen 1.5.4 |