Event that can be sent to the application for each tile rendered. More...
#include <Inventor/SoOffscreenRenderArea.h>
Inheritance diagram for SoOffscreenRenderArea::EventArg:Public Member Functions | |
| const SoOffscreenRenderArea * | getSource () const |
| Returns the SoOffscreenRenderArea that raised this event. | |
| int | getNumTiles () const |
| Returns the number of tiles used to generate the entire image. | |
| const SbVec2i32 & | getOrigin () const |
| Returns the origin of the tile in the entire image. | |
| const SbRasterImage & | getTile () const |
| Returns the image of the rendered tile. | |
Friends | |
| class | inventor::impl::SoOffscreenRenderAreaImpl |
Event that can be sent to the application for each tile rendered.
Definition at line 443 of file SoOffscreenRenderArea.h.
| 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 |
Definition at line 469 of file SoOffscreenRenderArea.h.