No more useful

This commit is contained in:
Paolo Cignoni 2005-11-13 08:05:17 +00:00
parent a19a728a9f
commit fe97d7b970
1 changed files with 0 additions and 18 deletions

View File

@ -1,18 +0,0 @@
#ifndef _TRIMESHTYPE_H
#define _TRIMESHTYPE_H
#include<vcg/simplex/vertex/vertex.h>
#include<vcg/simplex/face/with/afav.h>
using namespace std;
using namespace vcg;
class CFace;
class CEdge;
class CVertex : public Vertex<float,CEdge,CFace>{};
class CFace :public FaceAFAV<CVertex,CEdge,CFace>{};
class CMesh: public tri::TriMesh< vector<CVertex>, vector<CFace > >{};
#endif