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

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 
00013 class Scene;
00014 class X3DNode;
00015 
00017 
00018 class SceneToFileCoreVisitor : public CoreVisitor
00019 {
00020 public:
00022   SceneToFileCoreVisitor();
00024   virtual ~SceneToFileCoreVisitor();
00025 
00027   virtual void enterX3DNode(X3DNode *N) const;
00028 
00029 
00031   virtual bool walkOnX3DNode(X3DNode *N, SFNode Child) const;
00032 
00034   virtual void leaveX3DNode(X3DNode *N) const;
00035 
00036 protected:
00037   SceneToFileGlobalVariables *globalVariables;
00038 };
00039 
00040 }
00041 
00042 #endif

Generated on Wed May 14 10:38:10 2003 for X3DToolKit by doxygen1.3