From 359c3a841d43656bc813e37606f5568d706dbe3f Mon Sep 17 00:00:00 2001 From: cignoni Date: Thu, 9 Sep 2004 23:15:43 +0000 Subject: [PATCH] Initial Update --- vcg/simplex/vertex/with/afvcvnvq.h | 33 ++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 vcg/simplex/vertex/with/afvcvnvq.h diff --git a/vcg/simplex/vertex/with/afvcvnvq.h b/vcg/simplex/vertex/with/afvcvnvq.h new file mode 100644 index 00000000..b5420472 --- /dev/null +++ b/vcg/simplex/vertex/with/afvcvnvq.h @@ -0,0 +1,33 @@ +#ifndef __VCGLIB_VERTEX__AFVCVNVQ__TYPE +#define __VCGLIB_VERTEX__AFVCVNVQ__TYPE + + +#define VERTEX_TYPE VertexAFVCVNVQ + +#define __VCGLIB_VERTEX_AF +#define __VCGLIB_VERTEX_VC +#define __VCGLIB_VERTEX_VN +#define __VCGLIB_VERTEX_VQ + + +#include + + +#undef VERTEX_TYPE +#undef __VCGLIB_VERTEX_AF +#undef __VCGLIB_VERTEX_VC +#undef __VCGLIB_VERTEX_VN +#undef __VCGLIB_VERTEX_VQ + + +namespace vcg { + +template < class VETYPE, class VFTYPE, class VTTYPE> +class VertexAFVCVNVQf : public VertexAFVCVNVQ {}; + +template < class VETYPE, class VFTYPE, class VTTYPE> +class VertexAFVCVNVQd : public VertexAFVCVNVQ {}; + +} + +#endif \ No newline at end of file