00001 00002 // MESH_NormalUpdaterFacesCoreVisitor.h // 00004 00005 #ifndef MESHNORMALUPDATERFACESVISITOR_H 00006 #define MESHNORMALUPDATERFACESVISITOR_H 00007 00008 #include "MESH_CoreVisitor.h" 00009 #include "MESH_Mesh.h" 00010 00011 namespace X3DTK { 00012 namespace MESH { 00013 00014 class NormalUpdaterFacesCoreVisitor : public CoreVisitor 00015 { 00016 public: 00018 NormalUpdaterFacesCoreVisitor(); 00019 00021 virtual void enterMesh(Mesh *M) const; 00022 }; 00023 00024 } 00025 } 00026 00027 #endif