#include <OSGBaseFunctions.h>
Public Member Functions | |
Constructors | |
| InitFuncWrapper (const InitFuncF func) | |
Definition at line 665 of file OSGBaseFunctions.h.
| InitFuncWrapper::InitFuncWrapper | ( | const InitFuncF | func | ) |
Definition at line 529 of file OSGBaseFunctions.cpp.
References osg::addInitFunction().
00530 { 00531 addInitFunction(func); 00532 }
1.5.5