GL_Updater.h

Go to the documentation of this file.
00001 #ifndef X3DTK_GL_UPDATER_H
00002 #define X3DTK_GL_UPDATER_H
00003 
00004 #include "GL_UpdaterStateVariables.h"
00005 #include "X3DOnePassProcessor.h"
00006 #include "GL_X3DNode.h"
00007 
00008 namespace X3DTK {
00009 namespace GL {
00010 
00023 class Updater : public X3DOnePassProcessor
00024 {
00025 public:
00027   Updater();
00029   virtual ~Updater();
00030   
00032   virtual void update(X3DNode *N);
00033 };
00034 
00035 }
00036 }
00037 
00038 #endif

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