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 
00003 
00005 
00006 
00011 
00016 
00021 //                            BboxUpdaterShapeVisitor.h                       //
00023 
00024 #ifndef BBOXUPDATERSHAPEVISITOR_H
00025 #define BBOXUPDATERSHAPEVISITOR_H
00026 
00027 #include "ShapeVisitor.h"
00028 #include "BboxUpdaterGlobalVariables.h"
00029 
00030 namespace X3DTK {
00031 namespace X3D {
00032 
00033 class X3DShapeNode;
00034 class Shape;
00035 
00037 
00038 class BboxUpdaterShapeVisitor : public ShapeVisitor
00039 {
00040 public:
00042   BboxUpdaterShapeVisitor();
00044   virtual ~BboxUpdaterShapeVisitor();
00045 
00046 
00048   virtual bool walkOnX3DShapeNode(X3DShapeNode *N, SFAbstractNode Child) const;
00049 
00051   virtual void leaveShape(Shape *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