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

DefaultGLDFSGLGroupingWalker.h

Go to the documentation of this file.
00001 
00002 //                            DefaultGLDFSGLGroupingWalker.h                  //
00004 
00005 #ifndef DEFAULTGLDFSGLGROUPINGWALKER_H
00006 #define DEFAULTGLDFSGLGROUPINGWALKER_H
00007 
00008 #include "DFSGLGroupingWalker.h"
00009 
00010 namespace X3DTK {
00011 
00012 class GLStaticGroup;
00013 class X3DGLGroupingNode;
00014 
00016 
00017 class DefaultGLDFSGLGroupingWalker : public DFSGLGroupingWalker
00018 {
00019 public:
00021   DefaultGLDFSGLGroupingWalker();
00023   virtual ~DefaultGLDFSGLGroupingWalker();
00024   
00026   virtual void walkGLStaticGroup(GLStaticGroup *G) const;
00028   virtual void walkX3DGLGroupingNode(X3DGLGroupingNode *N) const;
00029 };
00030 
00031 }
00032 
00033 #endif

Generated on Mon May 26 16:04:18 2003 for X3DToolKit by doxygen1.3