Documentation


x3dGLMapGlobalVariables.h

Go to the documentation of this file.
00001 
00002 //                            x3dGLMapGlobalVariables.h                       //
00004 
00005 #ifndef  X3D_GL_MAP_VARIABLES_H
00006 #define  X3D_GL_MAP_VARIABLES_H
00007 
00008 #include "x3d/types.h"
00009 
00010 namespace X3DTK {
00011 namespace GL {
00012 
00014 
00015 class X3DGLMapGlobalVariables: public GlobalVariables
00016 {
00017 public:
00019   X3DGLMapGlobalVariables();
00021   virtual ~X3DGLMapGlobalVariables();
00022   
00024     X3DGLMap * getX3dGLMap(){ return & x3dGLMap; }
00025     
00026 private:
00027     X3DGLMap x3dGLMap;
00028   
00029 };
00030 
00031 }
00032 }
00033 
00034 #endif

Generated on Thu Dec 23 13:52:27 2004 by doxygen 1.3.6