From d59a47608bfde459fac8ef1d10102ba9979634a1 Mon Sep 17 00:00:00 2001 From: nicopietroni Date: Wed, 5 May 2004 08:54:10 +0000 Subject: [PATCH] vertex with vertex-face topology... --- vcg/simplex/vertex/with/af.h | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 vcg/simplex/vertex/with/af.h diff --git a/vcg/simplex/vertex/with/af.h b/vcg/simplex/vertex/with/af.h new file mode 100644 index 00000000..848bbbe4 --- /dev/null +++ b/vcg/simplex/vertex/with/af.h @@ -0,0 +1,23 @@ +#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