X3D_GLBuilderCoreVisitor.h

Go to the documentation of this file.
00001 #ifndef X3DTK_X3D_GLBUILDERCOREVISITOR_H
00002 #define X3DTK_X3D_GLBUILDERCOREVISITOR_H
00003 
00004 #include "X3D_CoreVisitor.h"
00005 #include "X3D_GLBuilderStateVariables.h"
00006 
00007 namespace X3DTK {
00008 namespace X3D {
00009 
00010 class Scene;
00011 class X3DNode;
00012 
00019 class GLBuilderCoreVisitor : public CoreVisitor
00020 {
00021 public:
00023   GLBuilderCoreVisitor();
00024 
00026   static void enterScene(Scene *S);
00028   static void enterX3DNode(X3DNode *N);
00029   
00031   static bool walkOnX3DNode(X3DNode *N, SFNode child);
00032 
00034   static void leaveX3DNode(X3DNode *N);
00035 };
00036 
00037 }
00038 }
00039 
00040 #endif

Generated on Mon Jul 12 09:40:00 2004 for X3DToolKit by doxygen 1.3.6