|
openscenegraph
|
#include <OpenThreads/ReentrantMutex>#include <osg/ref_ptr>#include <osg/ArgumentParser>#include <osg/KdTree>#include <osgDB/DynamicLibrary>#include <osgDB/ReaderWriter>#include <osgDB/Options>#include <osgDB/DotOsgWrapper>#include <osgDB/ObjectWrapper>#include <osgDB/FileCache>#include <osgDB/SharedStateManager>#include <osgDB/ImageProcessor>#include <vector>#include <map>#include <string>Classes | |
| class | osgDB::Registry |
| struct | osgDB::Registry::ReadFunctor |
| class | osgDB::RegisterReaderWriterProxy< T > |
| class | osgDB::RegisterImageProcessorProxy< T > |
| struct | osgDB::PluginFunctionProxy |
Namespaces | |
| osgDB | |
Macros | |
| #define | OSGDB_REGISTRY 1 |
| #define | USE_OSGPLUGIN(ext) |
| #define | USE_DOTOSGWRAPPER(classname) |
| #define | USE_DOTOSGWRAPPER_LIBRARY(libname) |
| #define | USE_SERIALIZER_WRAPPER(classname) |
| #define | USE_SERIALIZER_WRAPPER_LIBRARY(libname) |
| #define | USE_COMPRESSOR_WRAPPER(classname) |
| #define | REGISTER_OSGPLUGIN(ext, classname) |
| #define | REGISTER_OSGIMAGEPROCESSOR(ext, classname) |
Typedefs | |
| typedef void(* | CPluginFunction )(void) |
Functions | |
| void | osgDB::readCommandLine (osg::ArgumentParser &parser) |
| #define OSGDB_REGISTRY 1 |
| #define REGISTER_OSGIMAGEPROCESSOR | ( | ext, | |
| classname | |||
| ) |
| #define REGISTER_OSGPLUGIN | ( | ext, | |
| classname | |||
| ) |
| #define USE_COMPRESSOR_WRAPPER | ( | classname | ) |
| #define USE_DOTOSGWRAPPER | ( | classname | ) |
| #define USE_DOTOSGWRAPPER_LIBRARY | ( | libname | ) |
| #define USE_OSGPLUGIN | ( | ext | ) |
| #define USE_SERIALIZER_WRAPPER | ( | classname | ) |
| #define USE_SERIALIZER_WRAPPER_LIBRARY | ( | libname | ) |
| typedef void(* CPluginFunction)(void) |
1.8.6