00001 #ifndef MYBBOXUPDATERGEOMETRY3DVISITOR_H 00002 #define MYBBOXUPDATERGEOMETRY3DVISITOR_H 00003 00004 #include <X3DTK/X3D/bboxupdater.h> 00005 00006 namespace X3DTK { 00007 namespace X3D { 00008 00009 class Icosahedron; 00010 00011 // Visitor for the Geometry3D component of the MyBBoxUpdater processor. 00012 00013 class MyBBoxUpdaterGeometry3DVisitor : public BBoxUpdaterGeometry3DVisitor 00014 { 00015 public: 00016 MyBBoxUpdaterGeometry3DVisitor(); 00017 00018 static void enterIcosahedron(Icosahedron *I); 00019 }; 00020 00021 } 00022 } 00023 00024 #endif