#ifndef MYBBOXUPDATERGEOMETRY3DVISITOR_H #define MYBBOXUPDATERGEOMETRY3DVISITOR_H #include namespace X3DTK { namespace X3D { class Icosahedron; // Visitor for the Geometry3D component of the MyBBoxUpdater processor. class MyBBoxUpdaterGeometry3DVisitor : public BBoxUpdaterGeometry3DVisitor { public: MyBBoxUpdaterGeometry3DVisitor(); static void enterIcosahedron(Icosahedron *I); }; } } #endif