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

X3D_BBoxUpdater.h

Go to the documentation of this file.
00001 
00002 //                            X3D_BBoxUpdater.h                               //
00004 
00005 #ifndef BBOXUPDATER_H
00006 #define BBOXUPDATER_H
00007 
00008 #include "X3D_X3DBBoxUpdater.h"
00009 #include "X3D_BBoxUpdaterStateVariables.h"
00010 #include "X3D_DFSGraphTraversal.h"
00011 
00012 namespace X3DTK {
00013 namespace X3D {
00014 
00016 
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 Mon Jan 19 10:32:05 2004 for X3DToolKit by doxygen1.2.18