GL_UpdaterCoreVisitor.h

Go to the documentation of this file.
00001 #ifndef X3DTK_GL_UPDATERGLCOREVISITOR_H
00002 #define X3DTK_GL_UPDATERGLCOREVISITOR_H
00003 
00004 #include "GL_CoreVisitor.h"
00005 #include "GL_UpdaterStateVariables.h"
00006 
00007 namespace X3DTK {
00008 namespace GL {
00009 
00010 class Scene;
00011 
00018 class UpdaterCoreVisitor : public CoreVisitor
00019 {
00020 public:
00022   UpdaterCoreVisitor();
00023 
00025   static void enterScene(Scene *S);
00027   static void enterX3DNode(X3DNode *N);
00028 };
00029 
00030 }
00031 }
00032 
00033 #endif

Generated on Fri Jul 30 12:02:28 2004 for X3DToolKit by doxygen 1.3.6