X3D_InlineLoaderCoreVisitor.h

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

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