00001 00002 00003 00005 00006 00011 00016 00021 // MeshCoreVisitor.h // 00023 00024 #ifndef MESHCOREVISITOR_H 00025 #define MESHCOREVISITOR_H 00026 00027 #include "X3DComponentVisitor.h" 00028 #include "X3DMeshNode.h" 00029 00030 namespace X3DTK { 00031 namespace Mesh { 00032 00034 00035 class CoreVisitor : public X3DComponentVisitor 00036 { 00037 public: 00039 CoreVisitor(); 00041 virtual ~CoreVisitor(); 00042 }; 00043 00044 } 00045 } 00046 00047 #endif