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

MESH_MeshNormalUpdaterVerticesCoreVisitor.h

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

Generated on Thu Dec 4 13:25:46 2003 for X3DToolKit by doxygen1.2.18