#ifndef MYGEOMETRY3DCREATOR_H #define MYGEOMETRY3DCREATOR_H #include namespace X3DTK { namespace X3D { // Concrete component Creator for the geometry3D component defining the default // X3D nodes. class MyGeometry3DCreator : public Geometry3DCreator { public: // Constructor. MyGeometry3DCreator(); }; } } #endif