MESH_EdgesDrawerCoreVisitor.h

Go to the documentation of this file.
00001 #ifndef X3DTK_MESH_EDGESDRAWERCOREVISITOR_H
00002 #define X3DTK_MESH_EDGESDRAWERCOREVISITOR_H
00003 
00004 #include "MESH_EdgesDrawerStateVariables.h"
00005 #include "MESH_CoreVisitor.h"
00006 #include "MESH_Vertex.h"
00007 #include "MESH_Transform.h"
00008 
00009 #include <GL/gl.h>
00010 
00011 namespace X3DTK {
00012 namespace MESH {
00013 
00020 template<class MData, class VData, class EData, class FData, bool RW>
00021 class TemplateEdgesDrawerCoreVisitor : public CoreVisitor
00022 {
00023 public:
00025   TemplateEdgesDrawerCoreVisitor();
00027   static void enterVertex(TemplateVertex<MData, VData, EData, FData, RW> *V);
00028 
00030   static void enterTransform(Transform *T);
00032   static void leaveTransform(Transform *T);
00033 };
00034 
00035 }
00036 }
00037 
00038 #include "MESH_EdgesDrawerCoreVisitor.inl"
00039 
00040 #endif

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