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

Cloner.h

Go to the documentation of this file.
00001 
00002 //                            Cloner.h                                        //
00004 
00005 #ifndef CLONER_H
00006 #define CLONER_H
00007 
00008 #include "X3DOnePassProcessor.h"
00009 #include "ClonerStateVariables.h"
00010 
00011 namespace X3DTK {
00012 
00014 
00015 class Cloner : public X3DOnePassProcessor
00016 {
00017 public:
00019   Cloner();
00021   virtual ~Cloner();
00022   
00024   virtual SFAbstractNode clone(SFAbstractNode N, bool reset = true) const;
00025 
00027   void init();
00029   void finish();
00030 
00031 protected:
00032   ClonerStateVariables *stateVariables;
00033 };
00034 
00035 }
00036 
00037 #endif

Generated on Thu Jun 3 10:12:08 2004 for X3DToolKit by doxygen 1.3.6