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 00019 class InlineLoader : public X3DOnePassProcessor 00020 { 00021 public: 00023 InlineLoader(); 00025 virtual ~InlineLoader(); 00026 00029 virtual void load(SFNode N, bool force = false); 00030 }; 00031 00032 } 00033 } 00034 00035 #endif