Documentation


myGLRendererCoreVisitor.h

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

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