Event that can be sent to the application for each tile rendered. More...
#include <Inventor/SoOffscreenRenderArea.h>
Public Member Functions | |
const SoOffscreenRenderArea * | getSource () const |
int | getNumTiles () const |
const SbVec2i32 & | getOrigin () const |
const SbRasterImage & | getTile () const |
Friends | |
class | inventor::impl::SoOffscreenRenderAreaImpl |
Event that can be sent to the application for each tile rendered.
int SoOffscreenRenderArea::EventArg::getNumTiles | ( | ) | const |
Returns the number of tiles used to generate the entire image.
const SbVec2i32& SoOffscreenRenderArea::EventArg::getOrigin | ( | ) | const |
Returns the origin of the tile in the entire image.
const SoOffscreenRenderArea* SoOffscreenRenderArea::EventArg::getSource | ( | ) | const |
Returns the SoOffscreenRenderArea that raised this event.
const SbRasterImage& SoOffscreenRenderArea::EventArg::getTile | ( | ) | const |
Returns the image of the rendered tile.
friend class inventor::impl::SoOffscreenRenderAreaImpl [friend] |