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

BboxUpdaterShapeVisitor.h

Go to the documentation of this file.
00001 
00002 //                            BboxUpdaterShapeVisitor.h                       //
00004 
00005 #ifndef BBOXUPDATERSHAPEVISITOR_H
00006 #define BBOXUPDATERSHAPEVISITOR_H
00007 
00008 #include "ShapeVisitor.h"
00009 #include "BboxUpdaterGlobalVariables.h"
00010 
00011 namespace X3DTK {
00012 namespace X3D {
00013 
00014 class X3DShapeNode;
00015 class Shape;
00016 
00018 
00019 class BboxUpdaterShapeVisitor : public ShapeVisitor
00020 {
00021 public:
00023   BboxUpdaterShapeVisitor();
00025   virtual ~BboxUpdaterShapeVisitor();
00026 
00027 
00029   virtual bool walkOnX3DShapeNode(X3DShapeNode *N, SFAbstractNode Child) const;
00030 
00032   virtual void leaveShape(Shape *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