OpenSceneGraph
3.5.1
|
#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/ObjectCache>
#include <osgDB/SharedStateManager>
#include <osgDB/ImageProcessor>
#include <vector>
#include <map>
#include <string>
Classes | |
class | osgDB::Registry |
Registry is a singleton factory which stores the reader/writers which are linked in at runtime for reading non-native file formats. More... | |
struct | osgDB::Registry::ReadFunctor |
Functor used in internal implementations. More... | |
class | osgDB::RegisterReaderWriterProxy< T > |
Proxy class for automatic registration of reader/writers with the Registry. More... | |
class | osgDB::RegisterImageProcessorProxy< T > |
Proxy class for automatic registration of reader/writers with the Registry. More... | |
struct | osgDB::PluginFunctionProxy |
Namespaces | |
osgDB | |
The osgDB library provides support for reading and writing scene graphs, providing a plugin framework and file utility classes. | |
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) |
read the command line arguments. More... | |
#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) |
Generated at Wed Nov 11 2015 22:14:24 for the OpenSceneGraph by doxygen 1.8.10. |