Soscenemanager.h -
#include <Inventor/SbVec2s.h>
class SoSceneManager
The SoSceneManager class provides the main interface between the scene graph and the GUI toolkit.
The renderarea class from the GUI toolkit you are using uses this class as the interface against the scene graph. Event handling and providing 'hooks' to do rendering are the main functions of the class. "
typedef void SoSceneManagerRenderCB (void *userdata, class SoSceneManager *mgr)
Render callback function must have this signature.
Generated automatically by Doxygen for Coin from the source code.