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::RegisterImageProcessorProxy< T > Class Template Reference

#include <Registry.h>

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.

Definition at line 681 of file Registry.h.

Constructor & Destructor Documentation

Definition at line 684 of file Registry.h.

Here is the call graph for this function:

Definition at line 693 of file Registry.h.

Here is the call graph for this function:

Member Function Documentation

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

Definition at line 701 of file Registry.h.

Member Data Documentation

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

Definition at line 704 of file Registry.h.


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