Public Member Functions | |
| ActionInitializer (void) | |
| ~ActionInitializer (void) | |
Definition at line 214 of file OSGVRMLWriteAction.h.
|
|
Definition at line 90 of file OSGVRMLWriteAction.cpp. References osg::addInitFunction(), osg::addSystemExitFunction(), osg::VRMLWriteAction::initializeAction(), and osg::VRMLWriteAction::terminateAction(). 00091 { 00092 addInitFunction (&VRMLWriteAction::initializeAction); 00093 addSystemExitFunction(&VRMLWriteAction::terminateAction ); 00094 }
|
|
|
Definition at line 96 of file OSGVRMLWriteAction.cpp.
|
1.4.3