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

X3DGLRenderer.h

Go to the documentation of this file.
00001 
00002 //                            X3DGLRenderer.h                                 //
00004 
00005 #ifndef X3DGLRENDERER_H
00006 #define X3DGLRENDERER_H
00007 
00008 #include "X3DOnePassProcessor.h"
00009 #include "X3DGLNode.h"
00010 
00011 namespace X3DTK {
00012 namespace GL {
00013 
00014 class GLScene;
00015 
00017 
00018 class X3DRenderer : public X3DOnePassProcessor
00019 {
00020 public:
00022   X3DRenderer();
00024   virtual ~X3DRenderer() = 0;
00025   
00027   virtual void render(SFNode N) const = 0;
00028 };
00029 
00030 }
00031 }
00032 
00033 #endif

Generated on Thu Sep 18 15:08:48 2003 for X3DToolKit by doxygen1.3