MESH_NormalsDrawerCoreVisitor.h

Go to the documentation of this file.
00001 #ifndef X3DTK_MESH_NORMALSDRAWERCOREVISITOR_H
00002 #define X3DTK_MESH_NORMALSDRAWERCOREVISITOR_H
00003 
00004 #include "MESH_NormalsDrawerStateVariables.h"
00005 #include "MESH_CoreVisitor.h"
00006 #include "MESH_Transform.h"
00007 #include "MESH_Mesh.h"
00008 
00009 namespace X3DTK {
00010 namespace MESH {
00011 
00018 template<class MData, class VData, class EData, class FData, bool RW>
00019 class TemplateNormalsDrawerCoreVisitor : public CoreVisitor
00020 {
00021 public:
00023   TemplateNormalsDrawerCoreVisitor();
00024 
00026   static void enterMesh(TemplateMesh<MData, VData, EData, FData, RW> *M);
00028   static void enterTransform(Transform *T);
00030   static void leaveTransform(Transform *);
00031 };
00032 
00033 }
00034 }
00035 
00036 #include "MESH_NormalsDrawerCoreVisitor.inl"
00037 
00038 #endif

Generated on Fri Jul 30 12:02:28 2004 for X3DToolKit by doxygen 1.3.6