Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

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 662 of file OSGBaseFunctions.h.


Constructor & Destructor Documentation

InitFuncWrapper::InitFuncWrapper const InitFuncF  func  ) 
 

Definition at line 370 of file OSGBaseFunctions.cpp.

References osg::addInitFunction().

00371 {
00372     addInitFunction(func);
00373 }


The documentation for this struct was generated from the following files:
Generated on Thu Aug 25 04:12:32 2005 for OpenSG by  doxygen 1.4.3