Open Inventor Release 2024.1.0
 
Loading...
Searching...
No Matches
SoInventorBase.h File Reference
#include <Inventor/SbBase.h>
#include <Inventor/STL/set>
#include <Inventor/STL/map>
#include <Inventor/threads/SbThreadMutex.h>

Go to the source code of this file.

Functions

static void finish ()
 General basic object database.
 
static bool isInitialized ()
 Returns TRUE if database is initialized (for error checking)
 
Deprecated

Function Documentation

◆ finish()

static void finish ( )
static

General basic object database.

Allows a minimal set of core Open Inventor functionality, specifically NOT including the scene graph, to be initialized. This is only useful in special cases like using the MeshVizXLM Extraction module separate from the Open Inventor scene graph. In the normal case applications should use the SoDB methods (which call these methods).

SEE ALSO

SoDB Frees Open Inventor's internal static memory allocations. This avoids false positives from memory leak checking software.

◆ isInitialized()

static bool isInitialized ( )
static

Returns TRUE if database is initialized (for error checking)