osg::StaticInitFuncWrapper Struct Reference
[Initialization / Termination]

#include <OSGBaseFunctions.h>

List of all members.

Public Member Functions

Constructors


 StaticInitFuncWrapper (const InitFuncF func)


Detailed Description

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

Definition at line 682 of file OSGBaseFunctions.h.


Constructor & Destructor Documentation

StaticInitFuncWrapper::StaticInitFuncWrapper ( const InitFuncF  func  ) 

Definition at line 536 of file OSGBaseFunctions.cpp.

00537 {
00538     func();
00539 }


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

Generated on Mon Mar 17 11:10:41 2008 for OpenSG by  doxygen 1.5.5