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

X3D_InlineLoader.h

Go to the documentation of this file.
00001 #ifndef X3DTK_X3D_INLINELOADER_H
00002 #define X3DTK_X3D_INLINELOADER_H
00003 
00004 #include "X3DOnePassProcessor.h"
00005 #include "X3D_InlineLoaderStateVariables.h"
00006 
00007 namespace X3DTK {
00008 namespace X3D {
00009 
00015 class InlineLoader : public X3DOnePassProcessor
00016 {
00017 public:
00019   InlineLoader();
00021   virtual ~InlineLoader();
00022 
00025   virtual void load(SFNode N, bool force = false);
00026   
00027 protected:
00028   InlineLoaderStateVariables *stateVariables;
00029 };
00030 
00031 }
00032 }
00033 
00034 #endif

Generated on Wed Apr 7 12:15:21 2004 for X3DToolKit by doxygen 1.3.3