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

MESH_NormalUpdaterVerticesCoreVisitor.h

Go to the documentation of this file.
00001 
00002 //                            MESH_NormalUpdaterVerticesCoreVisitor.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 NormalUpdaterVerticesCoreVisitor : public CoreVisitor
00015 {
00016 public:
00018   NormalUpdaterVerticesCoreVisitor();
00019 
00021   virtual void enterMesh(Mesh *M) const;
00022 };
00023 
00024 }
00025 }
00026 
00027 #endif

Generated on Tue Nov 18 09:06:46 2003 for X3DToolKit by doxygen1.2.18