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

GLUpdaterGlobalVariables.h

Go to the documentation of this file.
00001 
00002 
00003 
00005 
00006 
00011 
00016 
00021 //                            GLUpdaterGlobalVariables.h                      //
00023 
00024 #ifndef GLUPDATERGLOBALVARIABLES_H
00025 #define GLUPDATERGLOBALVARIABLES_H
00026 
00027 #include "GlobalVariables.h"
00028 
00029 namespace X3DTK {
00030 namespace GL {
00031 
00033 
00034 class UpdaterGlobalVariables : public GlobalVariables
00035 {
00036 public:
00038   UpdaterGlobalVariables();
00040   virtual ~UpdaterGlobalVariables();
00041   
00043   void setPath(SFString path);
00045   inline SFString getPath() const {return _path;};
00046 
00047 private:
00048   SFString _path;  
00049 };
00050 
00051 }
00052 }
00053 
00054 #endif

Generated on Wed Sep 10 11:25:13 2003 for X3DToolKit by doxygen1.3