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 
00003 
00005 
00006 
00011 
00016 
00021 //                            BboxUpdaterCoreVisitor.h                        //
00023 
00024 #ifndef BBOXUPDATERCOREVISITOR_H
00025 #define BBOXUPDATERCOREVISITOR_H
00026 
00027 #include "CoreVisitor.h"
00028 #include "BboxUpdaterGlobalVariables.h"
00029 
00030 namespace X3DTK {
00031 namespace X3D {
00032 
00033 class X3DNode;
00034 class Scene;
00035 
00037 
00038 class BboxUpdaterCoreVisitor : public CoreVisitor
00039 {
00040 public:
00042   BboxUpdaterCoreVisitor();
00044   virtual ~BboxUpdaterCoreVisitor();
00045 
00046 
00048   virtual bool walkOnX3DNode(X3DNode *N, SFAbstractNode Child) const;
00049   
00051   virtual void leaveScene(Scene *S) const;
00052 
00053 protected:
00054   BboxUpdaterGlobalVariables *globalVariables;
00055 };
00056 
00057 }
00058 }
00059 
00060 #endif

Generated on Wed Sep 10 11:25:12 2003 for X3DToolKit by doxygen1.3