#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>
Go to the source code of this file.
|
namespace | osgDB |
| The osgDB library provides support for reading and writing scene graphs, providing a plugin framework and file utility classes.
|
◆ OSGDB_REGISTRY
◆ REGISTER_OSGIMAGEPROCESSOR
#define REGISTER_OSGIMAGEPROCESSOR |
( |
| ext, |
|
|
| classname ) |
Value: extern "C" void osgdb_##ext(void) {} \
Proxy class for automatic registration of reader/writers with the Registry.
Definition Registry:689
◆ REGISTER_OSGPLUGIN
#define REGISTER_OSGPLUGIN |
( |
| ext, |
|
|
| classname ) |
Value: extern "C" void osgdb_##ext(void) {} \
Proxy class for automatic registration of reader/writers with the Registry.
Definition Registry:660
◆ USE_COMPRESSOR_WRAPPER
#define USE_COMPRESSOR_WRAPPER |
( |
| classname | ) |
|
Value: extern "C" void wrapper_compressor_##classname(void); \
◆ USE_DOTOSGWRAPPER
#define USE_DOTOSGWRAPPER |
( |
| classname | ) |
|
Value: extern "C" void dotosgwrapper_##classname(void); \
◆ USE_DOTOSGWRAPPER_LIBRARY
#define USE_DOTOSGWRAPPER_LIBRARY |
( |
| libname | ) |
|
Value: extern "C" void dotosgwrapper_library_##libname(void); \
◆ USE_OSGPLUGIN
#define USE_OSGPLUGIN |
( |
| ext | ) |
|
Value: extern "C" void osgdb_##ext(void); \
◆ USE_SERIALIZER_WRAPPER
#define USE_SERIALIZER_WRAPPER |
( |
| classname | ) |
|
Value: extern "C" void wrapper_serializer_##classname(void); \
◆ USE_SERIALIZER_WRAPPER_LIBRARY
#define USE_SERIALIZER_WRAPPER_LIBRARY |
( |
| libname | ) |
|
Value: extern "C" void wrapper_serializer_library_##libname(void); \
◆ CPluginFunction
typedef void(* CPluginFunction) (void) |