OpenSceneGraph
3.0.1
|
Public Member Functions | |
DatabaseCacheReadCallback () | |
void | setMaximumNumOfFilesToCache (unsigned int maxNumFilesToCache) |
unsigned int | getMaximumNumOfFilesToCache () const |
void | clearDatabaseCache () |
void | pruneUnusedDatabaseCache () |
virtual osg::Node * | readNodeFile (const std::string &filename) |
Protected Types | |
typedef std::map< std::string, osg::ref_ptr< osg::Node > > | FileNameSceneMap |
Protected Attributes | |
unsigned int | _maxNumFilesToCache |
OpenThreads::Mutex | _mutex |
FileNameSceneMap | _filenameSceneMap |
Additional Inherited Members | |
![]() | |
static OpenThreads::Mutex * | getGlobalReferencedMutex () |
Get the optional global Referenced mutex, this can be shared between all osg::Referenced. More... | |
static void | setThreadSafeReferenceCounting (bool enableThreadSafeReferenceCounting) |
Set whether reference counting should use a mutex for thread safe reference counting. More... | |
static bool | getThreadSafeReferenceCounting () |
Get whether reference counting is active. More... | |
static void | setDeleteHandler (DeleteHandler *handler) |
Set a DeleteHandler to which deletion of all referenced counted objects will be delegated. More... | |
static DeleteHandler * | getDeleteHandler () |
Get a DeleteHandler. More... | |
![]() | |
virtual | ~Referenced () |
void | signalObserversAndDelete (bool signalDelete, bool doDelete) const |
void | deleteUsingDeleteHandler () const |
|
protected |
osgSim::DatabaseCacheReadCallback::DatabaseCacheReadCallback | ( | ) |
void osgSim::DatabaseCacheReadCallback::clearDatabaseCache | ( | ) |
|
inline |
void osgSim::DatabaseCacheReadCallback::pruneUnusedDatabaseCache | ( | ) |
|
virtual |
Implements osgUtil::IntersectionVisitor::ReadCallback.
|
inline |
|
protected |
|
protected |
|
protected |
![]() | Generated at Fri Mar 1 2013 18:58:40 for the OpenSceneGraph by doxygen 1.8.3.1. |