vrj::GlContextDataBase Class Reference

This class is needed as a base class for GlContextData because of dificulties making friends with a template. More...

#include <vrj/Draw/OGL/GlContextData.h>

Inheritance diagram for vrj::GlContextDataBase:

Inheritance graph
[legend]
List of all members.

Protected Member Functions

int getCurContext ()

Detailed Description

This class is needed as a base class for GlContextData because of dificulties making friends with a template.

Note:
This class for internal use only.

Definition at line 53 of file GlContextData.h.


Member Function Documentation

int vrj::GlContextDataBase::getCurContext (  )  [inline, protected]

Definition at line 56 of file GlContextData.h.

Referenced by vrj::GlContextData< vrj::OpenSGApp::context_data >::getPtrToCur().

00057    {
00058       return GlDrawManager::instance()->getCurrentContext();
00059    }


The documentation for this class was generated from the following file:
Generated on Thu Jan 4 10:58:12 2007 for VR Juggler by  doxygen 1.5.1