#include <ObjectWrapper>
◆ CompressorMap
◆ IntLookupMap
◆ WrapperMap
◆ ObjectWrapperManager()
osgDB::ObjectWrapperManager::ObjectWrapperManager |
( |
| ) |
|
|
protected |
◆ ~ObjectWrapperManager()
virtual osgDB::ObjectWrapperManager::~ObjectWrapperManager |
( |
| ) |
|
|
protectedvirtual |
◆ addCompressor()
void osgDB::ObjectWrapperManager::addCompressor |
( |
BaseCompressor * |
compressor | ) |
|
◆ addWrapper()
void osgDB::ObjectWrapperManager::addWrapper |
( |
ObjectWrapper * |
wrapper | ) |
|
◆ findCompressor()
BaseCompressor * osgDB::ObjectWrapperManager::findCompressor |
( |
const std::string & |
name | ) |
|
◆ findLookup()
IntLookup & osgDB::ObjectWrapperManager::findLookup |
( |
const std::string & |
group | ) |
|
|
inlineprotected |
◆ findWrapper()
ObjectWrapper * osgDB::ObjectWrapperManager::findWrapper |
( |
const std::string & |
name | ) |
|
◆ getCompressorMap() [1/2]
CompressorMap & osgDB::ObjectWrapperManager::getCompressorMap |
( |
| ) |
|
|
inline |
◆ getCompressorMap() [2/2]
const CompressorMap & osgDB::ObjectWrapperManager::getCompressorMap |
( |
| ) |
const |
|
inline |
◆ getLookupMap() [1/2]
IntLookupMap & osgDB::ObjectWrapperManager::getLookupMap |
( |
| ) |
|
|
inline |
◆ getLookupMap() [2/2]
const IntLookupMap & osgDB::ObjectWrapperManager::getLookupMap |
( |
| ) |
const |
|
inline |
◆ getString()
const std::string & osgDB::ObjectWrapperManager::getString |
( |
const std::string & |
group, |
|
|
IntLookup::Value |
value |
|
) |
| |
|
inline |
◆ getValue()
IntLookup::Value osgDB::ObjectWrapperManager::getValue |
( |
const std::string & |
group, |
|
|
const std::string & |
str |
|
) |
| |
|
inline |
◆ getWrapperMap() [1/2]
WrapperMap & osgDB::ObjectWrapperManager::getWrapperMap |
( |
| ) |
|
|
inline |
◆ getWrapperMap() [2/2]
const WrapperMap & osgDB::ObjectWrapperManager::getWrapperMap |
( |
| ) |
const |
|
inline |
◆ removeCompressor()
void osgDB::ObjectWrapperManager::removeCompressor |
( |
BaseCompressor * |
compressor | ) |
|
◆ removeWrapper()
void osgDB::ObjectWrapperManager::removeWrapper |
( |
ObjectWrapper * |
wrapper | ) |
|
◆ osgDB::Registry
◆ _compressors
◆ _globalMap
◆ _wrapperMutex
◆ _wrappers
The documentation for this class was generated from the following file: