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

X3D_MeshBuilderCoreVisitor.h

Go to the documentation of this file.
00001 #ifndef X3DTK_X3D_MESHBUILDERCOREVISITOR_H
00002 #define X3DTK_X3D_MESHBUILDERCOREVISITOR_H
00003 
00004 #include "X3D_CoreVisitor.h"
00005 #include "X3D_MeshBuilderStateVariables.h"
00006 
00007 namespace X3DTK {
00008 namespace X3D {
00009 
00010 class Scene;
00011 class X3DNode;
00012 
00019 class MeshBuilderCoreVisitor : public CoreVisitor
00020 {
00021 public:
00023   MeshBuilderCoreVisitor();
00024   
00026   virtual ~MeshBuilderCoreVisitor();
00027     
00029   virtual void enterScene(Scene *S) const;
00031   virtual void enterX3DNode(X3DNode *N) const;
00032 
00034   virtual bool walkOnX3DNode(X3DNode *N, SFAbstractNode child) const;
00035   
00037   virtual void leaveX3DNode(X3DNode *N) const;
00038 
00039 protected:
00040   MeshBuilderStateVariables *stateVariables;
00041 };
00042 
00043 }
00044 }
00045 
00046 #endif

Generated on Tue Mar 2 14:08:52 2004 for X3DToolKit by doxygen 1.3.3