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

X3D_BBoxUpdater.h

Go to the documentation of this file.
00001 #ifndef X3DTK_X3D_BBOXUPDATER_H
00002 #define X3DTK_X3D_BBOXUPDATER_H
00003 
00004 #include "X3D_X3DBBoxUpdater.h"
00005 #include "X3D_BBoxUpdaterStateVariables.h"
00006 #include "DFSGraphTraversal.h"
00007 
00008 namespace X3DTK {
00009 namespace X3D {
00010 
00017 class BBoxUpdater : public X3DBBoxUpdater
00018 {
00019 public:
00021   BBoxUpdater();
00023   virtual ~BBoxUpdater();
00024   
00026   virtual void update(SFNode N, bool staticProcessing = false);
00027  
00028 protected:
00029   BBoxUpdaterStateVariables *stateVariables;
00030 };
00031 
00032 }
00033 }
00034 
00035 #endif

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