Main Page | Modules | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

MESH_MyX3DBuilderCoreVisitor.h

Go to the documentation of this file.
00001 #ifndef MYMESHX3DBUILDERVISITOR_H
00002 #define MYMESHX3DBUILDERVISITOR_H
00003 
00004 #include <X3DTK/MESH/x3dbuilder.h>
00005 #include "X3D_MyCoordinate.h"
00006 
00007 namespace X3DTK {
00008 namespace MESH {
00009 
00010 // Visitor for the Core component of the MyX3DBuilder processor.
00011 
00012 template<class MData, class VData, class EData, class FData, bool RW>
00013 class MyX3DBuilderCoreVisitor : public TemplateX3DBuilderCoreVisitor<MData, VData, EData, FData, RW>
00014 {
00015 public:
00016   MyX3DBuilderCoreVisitor();
00017 
00018   static void enterVertex(TemplateVertex<MData, VData, EData, FData, RW> *V);
00019 };
00020 
00021 }
00022 }
00023 
00024 #include "MESH_MyX3DBuilderCoreVisitor.inl"
00025 
00026 #endif

Generated on Thu Jun 3 10:12:09 2004 for X3DToolKit by doxygen 1.3.6