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 
00003 
00005 
00006 
00011 
00016 
00021 //                            X3DOnePassProcessor.h                           //
00023 
00024 #ifndef X3DONEPASSPROCESSOR_H
00025 #define X3DONEPASSPROCESSOR_H
00026 
00027 #include "GVManager.h"
00028 #include "X3DProcessor.h"
00029 #include "Scene.h"
00030 
00031 namespace X3DTK {
00032 
00034 
00035 class X3DOnePassProcessor : public X3DProcessor
00036 {
00037 public:
00039   X3DOnePassProcessor();
00041   virtual ~X3DOnePassProcessor() = 0;
00042   
00044   virtual void setComponentVisitor(X3DComponentVisitor *component) = 0;
00045 };
00046 
00047 }
00048 
00049 #endif

Generated on Wed Sep 10 11:25:15 2003 for X3DToolKit by doxygen1.3