Documentation


x3dGLMapVisitor.h

Go to the documentation of this file.
00001 
00002 //                           x3dGLMapVisitor.h                                //
00004 
00005 #ifndef X3D_GL_MAP_VISITOR_H
00006 #define X3D_GL_MAP_VISITOR_H
00007 
00008 #include <X3DTK/private/GL_CoreVisitor.h>
00009 
00010 
00011 namespace X3DTK {
00012 namespace GL {
00013 
00015 
00016 class X3DGLMapVisitor : public CoreVisitor
00017 {
00018 public:
00020   X3DGLMapVisitor();
00022   virtual ~X3DGLMapVisitor();
00023   
00025   static void enterX3DNode(X3DNode * N);
00026   
00027   
00028 };
00029 
00030 }
00031 }
00032 
00033 #endif

Generated on Thu Dec 23 13:52:27 2004 by doxygen 1.3.6