#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 | |
|
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).
SoDB Frees Open Inventor's internal static memory allocations. This avoids false positives from memory leak checking software.
|
static |
Returns TRUE if database is initialized (for error checking)