OpenSceneGraph
Public Member Functions | Protected Attributes | List of all members
osgDB::RegisterImageProcessorProxy< T > Class Template Reference

Proxy class for automatic registration of reader/writers with the Registry. More...

Public Member Functions

 RegisterImageProcessorProxy ()
 
 ~RegisterImageProcessorProxy ()
 
T * get ()
 

Protected Attributes

osg::ref_ptr< T > _rw
 

Detailed Description

template<class T>
class osgDB::RegisterImageProcessorProxy< T >

Proxy class for automatic registration of reader/writers with the Registry.

Constructor & Destructor Documentation

◆ RegisterImageProcessorProxy()

◆ ~RegisterImageProcessorProxy()

Member Function Documentation

◆ get()

template<class T >
T* osgDB::RegisterImageProcessorProxy< T >::get ( )
inline

Member Data Documentation

◆ _rw

template<class T >
osg::ref_ptr<T> osgDB::RegisterImageProcessorProxy< T >::_rw
protected

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