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

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 
00013 class X3DShapeNode;
00014 class Shape;
00015 
00017 
00018 class BboxUpdaterShapeVisitor : public ShapeVisitor
00019 {
00020 public:
00022   BboxUpdaterShapeVisitor();
00024   virtual ~BboxUpdaterShapeVisitor();
00025 
00026 
00028   virtual bool walkOnX3DShapeNode(X3DShapeNode *N, SFNode Child) const;
00029 
00031   virtual void leaveShape(Shape *S) const;
00032 
00033 protected:
00034   BboxUpdaterGlobalVariables *globalVariables;
00035 };
00036 
00037 }
00038 
00039 #endif

Generated on Wed May 14 10:38:09 2003 for X3DToolKit by doxygen1.3