From b86267d0a58c8da9ee103cdcb63c7f72479b9aaa Mon Sep 17 00:00:00 2001 From: nicopietroni Date: Wed, 5 May 2004 09:15:17 +0000 Subject: [PATCH] changed names to vertex's attributes (2 letters) --- vcg/simplex/vertex/with/a.h | 23 ----------------------- vcg/simplex/vertex/with/cn.h | 23 ----------------------- vcg/simplex/vertex/with/n.h | 21 --------------------- 3 files changed, 67 deletions(-) delete mode 100644 vcg/simplex/vertex/with/a.h delete mode 100644 vcg/simplex/vertex/with/cn.h delete mode 100644 vcg/simplex/vertex/with/n.h diff --git a/vcg/simplex/vertex/with/a.h b/vcg/simplex/vertex/with/a.h deleted file mode 100644 index 848bbbe4..00000000 --- a/vcg/simplex/vertex/with/a.h +++ /dev/null @@ -1,23 +0,0 @@ -#ifndef __VCGLIB_VERTEX__A__TYPE -#define __VCGLIB_VERTEX__A__TYPE - -#define VERTEX_TYPE VertexA - -#define __VCGLIB_VERTEX_A - -#include - -#undef VERTEX_TYPE -#undef __VCGLIB_VERTEX_A - -namespace vcg { - -template -class VertexAf : public VertexA {}; - -template -class VertexAd : public VertexA {}; - -} - -#endif diff --git a/vcg/simplex/vertex/with/cn.h b/vcg/simplex/vertex/with/cn.h deleted file mode 100644 index a95e0d59..00000000 --- a/vcg/simplex/vertex/with/cn.h +++ /dev/null @@ -1,23 +0,0 @@ -#ifndef __VCGLIB_VERTEX__CN__TYPE -#define __VCGLIB_VERTEX__CN__TYPE - - -#define VERTEX_TYPE VertexCN - -#define __VCGLIB_VERTEX_N -#define __VCGLIB_VERTEX_C - -#include - - -#undef VERTEX_TYPE -#undef __VCGLIB_VERTEX_N -#undef __VCGLIB_VERTEX_C - - -namespace vcg { -typedef VertexCN VertexCNf; -typedef VertexCN VertexCNd; -} - -#endif diff --git a/vcg/simplex/vertex/with/n.h b/vcg/simplex/vertex/with/n.h deleted file mode 100644 index c183074c..00000000 --- a/vcg/simplex/vertex/with/n.h +++ /dev/null @@ -1,21 +0,0 @@ -#ifndef __VCGLIB_VERTEX__N__TYPE -#define __VCGLIB_VERTEX__N__TYPE - - -#define VERTEX_TYPE VertexN - -#define __VCGLIB_VERTEX_N - -#include - - -#undef VERTEX_TYPE -#undef __VCGLIB_VERTEX_N - - -namespace vcg { -typedef VertexN VertexNf; -typedef VertexN VertexNd; -} - -#endif