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

MeshBuilderCoreVisitor.h

Go to the documentation of this file.
00001 
00002 //                            MeshBuilderCoreVisitor.h                        //
00004 
00005 #ifndef MESHBUILDERCOREVISITOR_H
00006 #define MESHBUILDERCOREVISITOR_H
00007 
00008 #include "CoreVisitor.h"
00009 #include "MeshBuilderGlobalVariables.h"
00010 
00011 namespace X3DTK {
00012 namespace X3D {
00013 
00015 class MeshBuilderCoreVisitor : public CoreVisitor
00016 {
00017 public:
00019   MeshBuilderCoreVisitor();
00020   
00022   virtual ~MeshBuilderCoreVisitor();
00023 
00025   virtual void enterScene(Scene *S) const;
00026   
00028   virtual void leaveX3DNode(X3DNode *N) const;
00029 
00030 protected:
00031   MeshBuilderGlobalVariables *globalVariables;
00032 };
00033 
00034 }
00035 }
00036 
00037 #endif

Generated on Mon Jun 16 13:50:56 2003 for X3DToolKit by doxygen1.3