OpenSceneGraph
3.5.1
|
Classes | |
struct | osgDB::MethodObject |
class | osgDB::BaseCompressor |
struct | osgDB::FinishedObjectReadCallback |
class | osgDB::ObjectWrapper |
struct | osgDB::UpdateWrapperVersionProxy |
class | osgDB::ObjectWrapperManager |
class | osgDB::RegisterWrapperProxy |
class | osgDB::RegisterCustomWrapperProxy |
class | osgDB::RegisterCompressorProxy |
Namespaces | |
osgDB | |
The osgDB library provides support for reading and writing scene graphs, providing a plugin framework and file utility classes. | |
Macros | |
#define | OSGDB_OBJECTWRAPPER |
#define | REGISTER_OBJECT_WRAPPER(NAME, CREATEINSTANCE, CLASS, ASSOCIATES) |
#define | REGISTER_OBJECT_WRAPPER2(NAME, CREATEINSTANCE, CLASS, CLASSNAME, ASSOCIATES) |
#define | REGISTER_CUSTOM_OBJECT_WRAPPER(DOMAIN, NAME, CREATEINSTANCE, CLASS, ASSOCIATES) |
#define | REGISTER_CUSTOM_OBJECT_WRAPPER2(DOMAIN, NAME, CREATEINSTANCE, CLASS, CLASSNAME, ASSOCIATES) |
#define | REGISTER_COMPRESSOR(NAME, CLASS) |
#define OSGDB_OBJECTWRAPPER |
#define REGISTER_COMPRESSOR | ( | NAME, | |
CLASS | |||
) |
#define REGISTER_CUSTOM_OBJECT_WRAPPER | ( | DOMAIN, | |
NAME, | |||
CREATEINSTANCE, | |||
CLASS, | |||
ASSOCIATES | |||
) |
#define REGISTER_CUSTOM_OBJECT_WRAPPER2 | ( | DOMAIN, | |
NAME, | |||
CREATEINSTANCE, | |||
CLASS, | |||
CLASSNAME, | |||
ASSOCIATES | |||
) |
#define REGISTER_OBJECT_WRAPPER | ( | NAME, | |
CREATEINSTANCE, | |||
CLASS, | |||
ASSOCIATES | |||
) |
#define REGISTER_OBJECT_WRAPPER2 | ( | NAME, | |
CREATEINSTANCE, | |||
CLASS, | |||
CLASSNAME, | |||
ASSOCIATES | |||
) |
Generated at Wed Nov 11 2015 22:14:24 for the OpenSceneGraph by doxygen 1.8.10. |