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

GLDefaultDFSShapeWalker.h

Go to the documentation of this file.
00001 
00002 
00003 
00005 
00006 
00011 
00016 
00021 //                            GLDefaultDFSShapeWalker.h                       //
00023 
00024 #ifndef GLDEFAULTDFSSHAPEWALKER_H
00025 #define GLDEFAULTLDFSSHAPEWALKER_H
00026 
00027 #include "GLDFSShapeWalker.h"
00028 
00029 namespace X3DTK {
00030 namespace GL {
00031 
00032 class X3DShapeNode;
00033 class Appearance;
00034 
00036 
00037 class DefaultDFSShapeWalker : public DFSShapeWalker
00038 {
00039 public:
00041   DefaultDFSShapeWalker();
00043   virtual ~DefaultDFSShapeWalker();
00044   
00045   virtual void walkX3DShapeNode(X3DShapeNode *N) const;
00046   virtual void walkAppearance(Appearance *A) const;
00047 };
00048 
00049 }
00050 }
00051 
00052 #endif

Generated on Wed Sep 10 11:25:13 2003 for X3DToolKit by doxygen1.3