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

X3DOnePassProcessor.h

Go to the documentation of this file.
00001 
00002 //                            X3DOnePassProcessor.h                           //
00004 
00005 #ifndef X3DONEPASSPROCESSOR_H
00006 #define X3DONEPASSPROCESSOR_H
00007 
00008 #include "GVManager.h"
00009 #include "X3DProcessor.h"
00010 #include "Scene.h"
00011 
00012 namespace X3DTK {
00013 
00015 
00016 class X3DOnePassProcessor : public X3DProcessor
00017 {
00018 public:
00020   X3DOnePassProcessor();
00022   virtual ~X3DOnePassProcessor() = 0;
00023   
00025   virtual void setComponentVisitor(X3DComponentVisitor *component) = 0;
00026 };
00027 
00028 }
00029 
00030 #endif

Generated on Tue Jul 15 16:46:53 2003 for X3DToolKit by doxygen1.3