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