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

MESH_VertexSet.h

Go to the documentation of this file.
00001 
00002 //                            MESH_VertexSet.h                                //
00004 
00005 #ifndef MESH_MESHVERTEXSET_H
00006 #define MESH_MESHVERTEXSET_H
00007 
00008 #include "MESH_X3DData.h"
00009 #include "MESH_TemplateVertexSet.h"
00010 
00011 namespace X3DTK {
00012 namespace MESH {
00013 
00014 typedef TemplateVertexSet<VertexData, EdgeData, FaceData> VertexSet;
00015 
00017 
00018 template<> 
00019 VertexSet::TemplateVertexSet()
00020 {
00021   defineTypeName("VertexSet");
00022 };
00023 
00024 
00025 }
00026 }
00027 
00028 #endif

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