#include <OSGBaseFunctions.h>
Public Member Functions | |
Constructors | |
| * | InitFuncWrapper (const InitFuncF func) |
Definition at line 662 of file OSGBaseFunctions.h.
|
|
Definition at line 370 of file OSGBaseFunctions.cpp. References osg::addInitFunction(). 00371 { 00372 addInitFunction(func); 00373 }
|
1.4.3