![]() |
OpenSceneGraph
|
Classes | |
| struct | osgDB::MethodObject |
| class | osgDB::BaseCompressor |
| struct | osgDB::FinishedObjectReadCallback |
| struct | osgDB::ObjectWrapperAssociate |
| 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 | |||
| ) |
1.8.13