Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

MESH_MeshNormalsUpdaterVerticesCoreVisitor.h

Go to the documentation of this file.
00001 
00002 //                           MESH_MeshNormalsUpdaterVerticesCoreVisitor.h     //
00004 
00005 #ifndef MESHNORMALSUPDATERVERTICESVISITOR_H
00006 #define MESHNORMALSUPDATERVERTICESVISITOR_H
00007 
00008 #include "MESH_CoreVisitor.h"
00009 #include "MESH_Mesh.h"
00010 
00011 namespace X3DTK {
00012 namespace MESH {
00013 
00014 template<class MData, class VData, class EData, class FData>
00015 class MeshNormalsUpdaterVerticesCoreVisitor : public CoreVisitor
00016 {
00017 public:
00019   MeshNormalsUpdaterVerticesCoreVisitor();
00020 
00022   virtual void enterMesh(Mesh<MData, VData, EData, FData> *M) const;
00023 };
00024 
00025 }
00026 }
00027 
00028 #include "MESH_MeshNormalsUpdaterVerticesCoreVisitor.inl"
00029 
00030 #endif

Generated on Mon Jan 19 10:32:05 2004 for X3DToolKit by doxygen1.2.18