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

Public Member Functions

 XGLAttributes ()
 
 ~XGLAttributes ()
 
void begin ()
 
void set (const T &id, const T &value)
 
void enable (const T &id)
 
void disable (const T &id)
 
void end ()
 
const T * get () const
 

Protected Member Functions

void add (const T &t)
 

Protected Attributes

std::vector< T > m_parameters
 

Constructor & Destructor Documentation

◆ XGLAttributes()

template<typename T>
osgViewer::XGLAttributes< T >::XGLAttributes ( )
inline

◆ ~XGLAttributes()

template<typename T>
osgViewer::XGLAttributes< T >::~XGLAttributes ( )
inline

Member Function Documentation

◆ add()

template<typename T>
void osgViewer::XGLAttributes< T >::add ( const T &  t)
inlineprotected

◆ begin()

template<typename T>
void osgViewer::XGLAttributes< T >::begin ( )
inline

◆ disable()

template<typename T>
void osgViewer::XGLAttributes< T >::disable ( const T &  id)
inline

◆ enable()

template<typename T>
void osgViewer::XGLAttributes< T >::enable ( const T &  id)
inline

◆ end()

template<typename T>
void osgViewer::XGLAttributes< T >::end ( )
inline

◆ get()

template<typename T>
const T* osgViewer::XGLAttributes< T >::get ( ) const
inline

◆ set()

template<typename T>
void osgViewer::XGLAttributes< T >::set ( const T &  id,
const T &  value 
)
inline

Member Data Documentation

◆ m_parameters

template<typename T>
std::vector<T> osgViewer::XGLAttributes< T >::m_parameters
protected

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