Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

SceneToFileCoreVisitor.h

Go to the documentation of this file.
00001 
00002 //                            SceneToFileCoreVisitor.h                        //
00004 
00005 #ifndef SCENETOFILECOREVISITOR_H
00006 #define SCENETOFILECOREVISITOR_H
00007 
00008 #include "CoreVisitor.h"
00009 #include "SceneToFileGlobalVariables.h"
00010 
00011 namespace X3DTK {
00012 namespace X3D {
00013 
00014 class Scene;
00015 class X3DNode;
00016 
00018 
00019 class SceneToFileCoreVisitor : public CoreVisitor
00020 {
00021 public:
00023   SceneToFileCoreVisitor();
00025   virtual ~SceneToFileCoreVisitor();
00026 
00028   virtual void enterX3DNode(X3DNode *N) const;
00029 
00030 
00032   virtual bool walkOnX3DNode(X3DNode *N, SFAbstractNode Child) const;
00033 
00035   virtual void leaveX3DNode(X3DNode *N) const;
00036 
00037 protected:
00038   SceneToFileGlobalVariables *globalVariables;
00039 };
00040 
00041 }
00042 }
00043 
00044 #endif

Generated on Mon Jul 7 16:42:22 2003 for X3DToolKit by doxygen1.3