Main Page   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 
00002 //                            X3D_BBoxUpdaterGeometry3DVisitor.h              //
00004 
00005 #ifndef BBOXUPDATERGEOMETRY3DVISITOR_H
00006 #define BBOXUPDATERGEOMETRY3DVISITOR_H
00007 
00008 #include "X3D_Geometry3DVisitor.h"
00009 #include "X3D_BBoxUpdaterStateVariables.h"
00010 
00011 namespace X3DTK {
00012 namespace X3D {
00013 
00014 class Box;
00015 class Cone;
00016 class Cylinder;
00017 class Sphere;
00018 
00020 
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 Mon Jan 19 10:32:05 2004 for X3DToolKit by doxygen1.2.18