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_BBoxUpdaterStateVariables.h"
00005 #include "X3DOnePassProcessor.h"
00006 
00007 namespace X3DTK {
00008 namespace X3D {
00009 
00028 class BBoxUpdater : public X3DOnePassProcessor
00029 {
00030 public:
00032   BBoxUpdater();
00034   virtual ~BBoxUpdater();
00035   
00037   virtual void update(SFNode N, bool staticProcessing = false);
00038 };
00039 
00040 }
00041 }
00042 
00043 #endif

Generated on Fri Jul 30 12:02:29 2004 for X3DToolKit by doxygen 1.3.6