OSG  3.4.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Protected Attributes | List of all members
osgDB::RegisterCompressorProxy Class Reference

#include <ObjectWrapper.h>

Collaboration diagram for osgDB::RegisterCompressorProxy:
Collaboration graph
[legend]

Public Member Functions

 RegisterCompressorProxy (const std::string &name, BaseCompressor *compressor)
 
 ~RegisterCompressorProxy ()
 

Protected Attributes

osg::ref_ptr< BaseCompressor_compressor
 

Detailed Description

Definition at line 253 of file ObjectWrapper.h.

Constructor & Destructor Documentation

osgDB::RegisterCompressorProxy::RegisterCompressorProxy ( const std::string &  name,
BaseCompressor compressor 
)
osgDB::RegisterCompressorProxy::~RegisterCompressorProxy ( )

Member Data Documentation

osg::ref_ptr<BaseCompressor> osgDB::RegisterCompressorProxy::_compressor
protected

Definition at line 260 of file ObjectWrapper.h.


The documentation for this class was generated from the following file: