OpenSceneGraph/include/osgDB
Robert Osfield 7ab759c97f Renamed ObjectRegistry to ObjectWrapperManager, and replaced it's instance() method usage with assigning a ObjectWrapperManager
to the osgDB::Registry.  Added a osgDB::Registry::getObjectWrapperManager() for access of this object wrapper manager.  This
change centralises the singleton management in osgDB.

Merged the osgDB::GlobalLookUpTable functionality into ObjectWrapperManger to keep down the number of singletons in use.
2010-01-22 15:16:22 +00:00
..
Archive Refactored the Registry::ReadFileCallback, WriteFileCallback and ReaderWriter::Options to they are now defined in their own header and in the osgDB namespace. 2009-05-09 08:49:27 +00:00
AuthenticationMap
Callbacks Moved ReadFile/WriteFile/FindFile/FileLocationCallbacks from include/osg/Options into their own Callbacks header/source file. 2009-05-11 16:38:40 +00:00
ConvertUTF
DatabasePager Fixed support for compiling VBO's 2009-12-09 13:55:10 +00:00
DatabaseRevisions Added append() method 2009-06-19 11:04:48 +00:00
DataTypes From Wang Rui, new native binary/ascii format infrastructure and wrappers. 2010-01-20 20:13:33 +00:00
DotOsgWrapper From Wang Rui, added exports for windows build 2010-01-21 09:25:45 +00:00
DynamicLibrary
Export
Field
FieldReader
FieldReaderIterator
FileCache Implemented updating of revision files as new data is writing to the FileCache 2009-06-04 14:07:12 +00:00
FileNameUtils
FileUtils From Chris Hanson, " Add support for requesting and setting the current directory (a la getcwd/chdir) via a 2009-11-23 10:19:37 +00:00
fstream
ImageOptions Refactored the Registry::ReadFileCallback, WriteFileCallback and ReaderWriter::Options to they are now defined in their own header and in the osgDB namespace. 2009-05-09 08:49:27 +00:00
ImagePager Refactored the Registry::ReadFileCallback, WriteFileCallback and ReaderWriter::Options to they are now defined in their own header and in the osgDB namespace. 2009-05-09 08:49:27 +00:00
Input Refactored the Registry::ReadFileCallback, WriteFileCallback and ReaderWriter::Options to they are now defined in their own header and in the osgDB namespace. 2009-05-09 08:49:27 +00:00
InputStream From Wang Rui, added exports for windows build 2010-01-21 09:25:45 +00:00
ObjectWrapper Renamed ObjectRegistry to ObjectWrapperManager, and replaced it's instance() method usage with assigning a ObjectWrapperManager 2010-01-22 15:16:22 +00:00
Options Refactored preset3D/p3d plugin so that common scene graph extensions and classes now live in a separate osgPresenttation NodeKit. 2009-06-24 16:03:49 +00:00
Output From David Fries, "I was trying to create a lot of threads under 32 bit Linux, but could 2009-11-20 10:27:43 +00:00
OutputStream From Wang Rui, added exports for windows build 2010-01-21 09:25:45 +00:00
ParameterOutput
PluginQuery
ReaderWriter Moved the supports*() method into public scope to allow external injection of supported formats. Added docs to clearly state this type of inject is not generally supported by ReaderWriters. 2009-12-16 15:48:34 +00:00
ReadFile From Chris Hanson, " Remove vestigial (and because it was undocumented, potentially harmful) code to ignore 2009-11-20 14:51:43 +00:00
Registry Renamed ObjectRegistry to ObjectWrapperManager, and replaced it's instance() method usage with assigning a ObjectWrapperManager 2010-01-22 15:16:22 +00:00
Serializer From Wang Rui, new native binary/ascii format infrastructure and wrappers. 2010-01-20 20:13:33 +00:00
SharedStateManager
Version
WriteFile Refactored the Registry::ReadFileCallback, WriteFileCallback and ReaderWriter::Options to they are now defined in their own header and in the osgDB namespace. 2009-05-09 08:49:27 +00:00
XmlParser From Jean-Sebastien Guay, "OK, so here are new changes. 2010-01-11 17:36:03 +00:00