Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

vrj::GlContextDataBase Class Reference

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

#include <GlContextData.h>

Inheritance diagram for vrj::GlContextDataBase:

Inheritance graph
[legend]
List of all members.

Protected Methods

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 52 of file GlContextData.h.


Member Function Documentation

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

Definition at line 55 of file GlContextData.h.

Referenced by vrj::GlContextData< context_data >::getPtrToCur.

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


The documentation for this class was generated from the following file:
Generated on Sun May 2 15:11:08 2004 for VR Juggler by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002