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

X3D_BBoxUpdaterShapeVisitor.h

Go to the documentation of this file.
00001 #ifndef X3DTK_X3D_BBOXUPDATERSHAPEVISITOR_H
00002 #define X3DTK_X3D_BBOXUPDATERSHAPEVISITOR_H
00003 
00004 #include "X3D_ShapeVisitor.h"
00005 #include "X3D_BBoxUpdaterStateVariables.h"
00006 
00007 namespace X3DTK {
00008 namespace X3D {
00009 
00010 class X3DShapeNode;
00011 class Shape;
00012 
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   BBoxUpdaterStateVariables *stateVariables;
00036 };
00037 
00038 }
00039 }
00040 
00041 #endif

Generated on Tue Mar 2 14:08:51 2004 for X3DToolKit by doxygen 1.3.3