00001 #ifndef X3DTK_MESH_NORMALSUPDATERFACESCOREVISITOR_H 00002 #define X3DTK_MESH_NORMALSUPDATERFACESCOREVISITOR_H 00003 00004 #include "MESH_NormalsUpdaterStateVariables.h" 00005 #include "MESH_CoreVisitor.h" 00006 #include "MESH_Mesh.h" 00007 #include "MESH_Shape.h" 00008 00009 namespace X3DTK { 00010 namespace MESH { 00011 00018 template<class MData, class VData, class EData, class FData, bool RW> 00019 class TemplateNormalsUpdaterFacesCoreVisitor : public CoreVisitor 00020 { 00021 public: 00023 TemplateNormalsUpdaterFacesCoreVisitor(); 00024 00026 static void enterMesh(TemplateMesh<MData, VData, EData, FData, RW> *M); 00028 static bool walkOnShape(Shape *S, SFNode child); 00029 }; 00030 00031 } 00032 } 00033 00034 #include "MESH_NormalsUpdaterFacesCoreVisitor.inl" 00035 00036 #endif