From 7761b396ab41e181d7cd82aab209cc2dd6170e50 Mon Sep 17 00:00:00 2001 From: cnr-isti-vclab Date: Tue, 17 May 2005 13:42:25 +0000 Subject: [PATCH] Initial Commit. --- vcg/simplex/vertex/with/afatvcvnvq.h | 35 ++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 vcg/simplex/vertex/with/afatvcvnvq.h diff --git a/vcg/simplex/vertex/with/afatvcvnvq.h b/vcg/simplex/vertex/with/afatvcvnvq.h new file mode 100644 index 00000000..51b129dc --- /dev/null +++ b/vcg/simplex/vertex/with/afatvcvnvq.h @@ -0,0 +1,35 @@ +#ifndef __VCGLIB_VERTEX__AFATVCVNVQ__TYPE +#define __VCGLIB_VERTEX__AFATVCVNVQ__TYPE + + +#define VERTEX_TYPE VertexAFATVCVNVQ + +#define __VCGLIB_VERTEX_AF +#define __VCGLIB_VERTEX_AT +#define __VCGLIB_VERTEX_VC +#define __VCGLIB_VERTEX_VN +#define __VCGLIB_VERTEX_VQ + + +#include + + +#undef VERTEX_TYPE +#undef __VCGLIB_VERTEX_AF +#undef __VCGLIB_VERTEX_AT +#undef __VCGLIB_VERTEX_VC +#undef __VCGLIB_VERTEX_VN +#undef __VCGLIB_VERTEX_VQ + + +namespace vcg { + +template < class VETYPE, class VFTYPE, class VTTYPE> +class VertexAFATVCVNVQf : public VertexAFATVCVNVQ {}; + +template < class VETYPE, class VFTYPE, class VTTYPE> +class VertexAFATVCVNVQd : public VertexAFATVCVNVQ {}; + +} + +#endif \ No newline at end of file