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

BboxUpdaterCoreVisitor.h

Go to the documentation of this file.
00001 
00002 //                            BboxUpdaterCoreVisitor.h                        //
00004 
00005 #ifndef BBOXUPDATERCOREVISITOR_H
00006 #define BBOXUPDATERCOREVISITOR_H
00007 
00008 #include "CoreVisitor.h"
00009 #include "BboxUpdaterGlobalVariables.h"
00010 
00011 namespace X3DTK {
00012 namespace X3D {
00013 
00014 class X3DNode;
00015 class Scene;
00016 
00018 
00019 class BboxUpdaterCoreVisitor : public CoreVisitor
00020 {
00021 public:
00023   BboxUpdaterCoreVisitor();
00025   virtual ~BboxUpdaterCoreVisitor();
00026 
00027 
00029   virtual bool walkOnX3DNode(X3DNode *N, SFAbstractNode Child) const;
00030   
00032   virtual void leaveScene(Scene *S) const;
00033 
00034 protected:
00035   BboxUpdaterGlobalVariables *globalVariables;
00036 };
00037 
00038 }
00039 }
00040 
00041 #endif

Generated on Thu Sep 18 15:08:45 2003 for X3DToolKit by doxygen1.3