OpenWalnut  1.4.0
Public Member Functions | Public Attributes
WGETextureHud::SafeUpdateCallback Class Reference

Callback which aligns and renders the textures. More...

+ Inheritance diagram for WGETextureHud::SafeUpdateCallback:

List of all members.

Public Member Functions

 SafeUpdateCallback (WGETextureHud *hud)
 Constructor.
virtual void operator() (osg::Node *node, osg::NodeVisitor *nv)
 operator () - called during the update traversal.

Public Attributes

WGETextureHudm_hud
 Pointer used to access members of the hud.

Detailed Description

Callback which aligns and renders the textures.

Definition at line 237 of file WGETextureHud.h.


Constructor & Destructor Documentation

Constructor.

Parameters:
hudjust set the creating HUD as pointer for later reference.

Definition at line 245 of file WGETextureHud.h.


Member Function Documentation

void WGETextureHud::SafeUpdateCallback::operator() ( osg::Node *  node,
osg::NodeVisitor *  nv 
) [virtual]

Member Data Documentation

Pointer used to access members of the hud.

This is faster than casting the first parameter of operator() to WGETextureHud.

Definition at line 260 of file WGETextureHud.h.

Referenced by operator()().


The documentation for this class was generated from the following files: