osg::InitFuncWrapper Struct Reference
[Initialization / Termination]

#include <OSGBaseFunctions.h>

List of all members.

Public Member Functions

Constructors


 InitFuncWrapper (const InitFuncF func)


Detailed Description

InitFuncWrapper is a little wrapper class that allows calling an init function without an associated class.

Definition at line 665 of file OSGBaseFunctions.h.


Constructor & Destructor Documentation

InitFuncWrapper::InitFuncWrapper ( const InitFuncF  func  ) 

Definition at line 529 of file OSGBaseFunctions.cpp.

References osg::addInitFunction().

00530 {
00531     addInitFunction(func);
00532 }


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

Generated on Mon Mar 17 12:03:09 2008 for OpenSG by  doxygen 1.5.5