|
VisioMove SDK (iOS)
2.1.22
|

Public Member Functions | |
| virtual | ~VgIEnginePostDrawCallback () |
| virtual void | postDraw (VgIEngineContext *pContext)=0 |
| void | setEngine (VgEngine::VgIEngine *pEngine) |
Public Member Functions inherited from VgEngine::VgReferenced | |
| VgReferenced () | |
| VgReferenced (const VgReferenced &pThis) | |
| virtual | ~VgReferenced () |
| VgReferenced & | operator= (const VgReferenced &pThis) |
| void | ref () const |
| int | unref () const |
| int | getNbReferences () const |
Protected Member Functions | |
| VgIEnginePostDrawCallback () | |
Additional Inherited Members | |
Protected Attributes inherited from VgEngine::VgReferenced | |
| int | mNbReferences |
This callback is used to draw some elements on the screen after the 3D view has been drawn.
|
inlinevirtual |
Destructor. Will automatically remove the object from the engine if has hasn't already been removed.
|
inlineprotected |
Constructor.
|
pure virtual |
This method is called after a 3D view is rendered.
| pContext | the context used to draw on the screen. |
|
inline |
Set the engine associated with the callback. The is set automatically by the engine when the object is added as a listener of the post draw events.
| pEngine | The engine to which this callback was added to. |