#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.
#define REGISTER_OSGIMAGEPROCESSOR |
( |
|
ext, |
|
|
|
classname |
|
) |
| |
Value:extern "C" void osgdb_##ext(void) {} \
Definition at line 740 of file Registry.h.
#define REGISTER_OSGPLUGIN |
( |
|
ext, |
|
|
|
classname |
|
) |
| |
Value:extern "C" void osgdb_##ext(void) {} \
Definition at line 736 of file Registry.h.
#define USE_COMPRESSOR_WRAPPER |
( |
|
classname | ) |
|
Value:extern "C" void wrapper_compressor_##classname(void); \
Definition at line 732 of file Registry.h.
#define USE_DOTOSGWRAPPER |
( |
|
classname | ) |
|
Value:extern "C" void dotosgwrapper_##classname(void); \
Definition at line 716 of file Registry.h.
#define USE_DOTOSGWRAPPER_LIBRARY |
( |
|
libname | ) |
|
Value:extern "C" void dotosgwrapper_library_##libname(void); \
Definition at line 720 of file Registry.h.
#define USE_OSGPLUGIN |
( |
|
ext | ) |
|
Value:extern "C" void osgdb_##ext(void); \
Definition at line 712 of file Registry.h.
#define USE_SERIALIZER_WRAPPER |
( |
|
classname | ) |
|
Value:extern "C" void wrapper_serializer_##classname(void); \
Definition at line 724 of file Registry.h.
#define USE_SERIALIZER_WRAPPER_LIBRARY |
( |
|
libname | ) |
|
Value:extern "C" void wrapper_serializer_library_##libname(void); \
Definition at line 728 of file Registry.h.
typedef void(* CPluginFunction)(void) |