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

X3D_MeshBuilderShapeVisitor.h

Go to the documentation of this file.
00001 #ifndef X3DTK_X3D_MESHBUILDERSHAPEVISITOR_H
00002 #define X3DTK_X3D_MESHBUILDERSHAPEVISITOR_H
00003 
00004 #include "X3D_ShapeVisitor.h"
00005 #include "X3D_MeshBuilderStateVariables.h"
00006 
00007 namespace X3DTK {
00008 namespace X3D {
00009 
00010 class Shape;
00011 class X3DAppearanceNode;
00012 
00019 class MeshBuilderShapeVisitor : public ShapeVisitor
00020 {
00021 public:
00023   MeshBuilderShapeVisitor();
00024 
00026   static void enterShape(Shape *S);
00028   static void enterX3DAppearanceNode(X3DAppearanceNode *N);
00030   static bool walkOnX3DAppearanceNode(X3DAppearanceNode *N, SFAbstractNode child);
00032   static void leaveShape(Shape *S);
00034   static void leaveX3DAppearanceNode(X3DAppearanceNode *N);
00035 };
00036 
00037 }
00038 }
00039 
00040 #endif

Generated on Wed Apr 7 12:15:22 2004 for X3DToolKit by doxygen 1.3.3