Open Inventor Release 2024.1.0
 
Loading...
Searching...
No Matches
SoSceneManager.h File Reference
#include <Inventor/SbColor.h>
#include <Inventor/SbColorRGBA.h>
#include <Inventor/SbViewportRegion.h>
#include <Inventor/SoType.h>
#include <Inventor/antialiasing/SoAntialiasingParameters.h>
#include <Inventor/helpers/SbGlContextHelper.h>
#include <Inventor/STL/vector>
#include <Inventor/STL/set>
#include <Inventor/threads/SbThreadSpinlock.h>
#include <SoDeprecationRules.h>

Go to the source code of this file.

Classes

class  SoSceneManager
 Manages scene graph rendering and event handling. More...
 

Typedefs

typedef void SoSceneManagerRenderCB(void *userData, SoSceneManager *mgr)
 This typedef defines the calling sequence for setRenderCallback() callbacks.
 
typedef SbBool SoAbortRenderCB(SoAction *, void *userData)
 This typedef defines the calling sequence for setAbortRenderCallback() callbacks.
 

Typedef Documentation

◆ SoAbortRenderCB

typedef SbBool SoAbortRenderCB(SoAction *, void *userData)

This typedef defines the calling sequence for setAbortRenderCallback() callbacks.

Definition at line 106 of file SoSceneManager.h.

◆ SoSceneManagerRenderCB

typedef void SoSceneManagerRenderCB(void *userData, SoSceneManager *mgr)

This typedef defines the calling sequence for setRenderCallback() callbacks.

Definition at line 100 of file SoSceneManager.h.