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

X3D_BBoxUpdaterGeometry3DVisitor.h

Go to the documentation of this file.
00001 #ifndef X3DTK_X3D_BBOXUPDATERGEOMETRY3DVISITOR_H
00002 #define X3DTK_X3D_BBOXUPDATERGEOMETRY3DVISITOR_H
00003 
00004 #include "X3D_Geometry3DVisitor.h"
00005 #include "X3D_BBoxUpdaterStateVariables.h"
00006 
00007 namespace X3DTK {
00008 namespace X3D {
00009 
00010 class Box;
00011 class Cone;
00012 class Cylinder;
00013 class Sphere;
00014 
00021 class BBoxUpdaterGeometry3DVisitor : public Geometry3DVisitor
00022 {
00023 public:
00025   BBoxUpdaterGeometry3DVisitor();
00027   virtual ~BBoxUpdaterGeometry3DVisitor();
00028 
00030   virtual void enterBox(Box *B) const;
00032   virtual void enterCone(Cone *C) const;
00034   virtual void enterCylinder(Cylinder *C) const;
00036   virtual void enterSphere(Sphere *S) const;
00037 
00038 
00039 
00040 protected:
00041   BBoxUpdaterStateVariables *stateVariables;
00042 };
00043 
00044 }
00045 }
00046 
00047 #endif

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