Open Inventor Release 2024.1.0
 
Loading...
Searching...
No Matches
SoOffscreenRenderArea::EventArg Struct Reference

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 SoOffscreenRenderAreagetSource () const
 Returns the SoOffscreenRenderArea that raised this event.
 
int getNumTiles () const
 Returns the number of tiles used to generate the entire image.
 
const SbVec2i32getOrigin () const
 Returns the origin of the tile in the entire image.
 
const SbRasterImagegetTile () const
 Returns the image of the rendered tile.
 

Friends

class inventor::impl::SoOffscreenRenderAreaImpl
 

Detailed Description

Event that can be sent to the application for each tile rendered.

Definition at line 438 of file SoOffscreenRenderArea.h.

Member Function Documentation

◆ getNumTiles()

int SoOffscreenRenderArea::EventArg::getNumTiles ( ) const

Returns the number of tiles used to generate the entire image.

◆ getOrigin()

const SbVec2i32 & SoOffscreenRenderArea::EventArg::getOrigin ( ) const

Returns the origin of the tile in the entire image.

◆ getSource()

const SoOffscreenRenderArea * SoOffscreenRenderArea::EventArg::getSource ( ) const

Returns the SoOffscreenRenderArea that raised this event.

◆ getTile()

const SbRasterImage & SoOffscreenRenderArea::EventArg::getTile ( ) const

Returns the image of the rendered tile.

Friends And Related Symbol Documentation

◆ inventor::impl::SoOffscreenRenderAreaImpl

friend class inventor::impl::SoOffscreenRenderAreaImpl
friend

Definition at line 464 of file SoOffscreenRenderArea.h.


The documentation for this struct was generated from the following file: