Tekkotsu Homepage | Demos | Overview | Downloads | Dev. Resources | Reference | Credits |
BufferedImageGenerator::ImageSource Struct ReferenceStores information about the current frame, (not the image itself, but meta data a pointer to it). More...
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
constructor Definition at line 14 of file BufferedImageGenerator.h.
copy constructor Definition at line 16 of file BufferedImageGenerator.h. Member Function Documentation
assignment operator Definition at line 18 of file BufferedImageGenerator.h. Member Data Documentation
the number of color channels in img Definition at line 21 of file BufferedImageGenerator.h. Referenced by BufferedImageGenerator::calcImage(), BufferedImageGenerator::createImageCache(), BufferedImageGenerator::doEvent(), operator=(), 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 BufferedImageGenerator::doEvent(), and operator=().
the height of img Definition at line 20 of file BufferedImageGenerator.h. Referenced by BufferedImageGenerator::doEvent(), operator=(), and BufferedImageGenerator::setDimensions().
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 BufferedImageGenerator::doEvent(), operator=(), and BufferedImageGenerator::setDimensions().
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::doEvent(), BufferedImageGenerator::downsampleImage(), operator=(), BufferedImageGenerator::setDimensions(), and BufferedImageGenerator::upsampleImage().
the width of img Definition at line 19 of file BufferedImageGenerator.h. Referenced by BufferedImageGenerator::doEvent(), operator=(), and BufferedImageGenerator::setDimensions(). The documentation for this struct was generated from the following file: |
Tekkotsu v5.1CVS |
Generated Mon May 9 04:59:05 2016 by Doxygen 1.6.3 |