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

BboxUpdater.h

Go to the documentation of this file.
00001 
00002 //                            BboxUpdater.h                                   //
00004 
00005 #ifndef BBOXUPDATER_H
00006 #define BBOXUPDATER_H
00007 
00008 #include "X3DBboxUpdater.h"
00009 #include "BboxUpdaterGlobalVariables.h"
00010 #include "DFS.h"
00011 
00012 class Scene;
00013 
00014 namespace X3DTK {
00015 
00017 
00018 class BboxUpdater : public X3DBboxUpdater
00019 {
00020 public:
00022   BboxUpdater();
00024   virtual ~BboxUpdater();
00025   
00026   void setComponentVisitor(X3DComponentVisitor *component);
00027   
00028   virtual void update(X3DNode *N, bool staticProcessing = false);
00029  
00030 protected:
00031   BboxUpdaterGlobalVariables *globalVariables;
00032   DFS *dfs;
00033 };
00034 
00035 }
00036 
00037 #endif

Generated on Wed May 14 10:38:09 2003 for X3DToolKit by doxygen1.3