From f9eae452b7521b43d1d7643f878a0a7e405bd715 Mon Sep 17 00:00:00 2001 From: cignoni Date: Wed, 12 May 2004 10:31:34 +0000 Subject: [PATCH] Initial Commit --- vcg/simplex/vertex/with/vcvmvnvq.h | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 vcg/simplex/vertex/with/vcvmvnvq.h diff --git a/vcg/simplex/vertex/with/vcvmvnvq.h b/vcg/simplex/vertex/with/vcvmvnvq.h new file mode 100644 index 00000000..e4acc244 --- /dev/null +++ b/vcg/simplex/vertex/with/vcvmvnvq.h @@ -0,0 +1,27 @@ +#ifndef __VCGLIB_VERTEX__VCVN__TYPE +#define __VCGLIB_VERTEX__VCVN__TYPE + + +#define VERTEX_TYPE VertexVCVMVNVQ + +#define __VCGLIB_VERTEX_VC +#define __VCGLIB_VERTEX_VM +#define __VCGLIB_VERTEX_VN +#define __VCGLIB_VERTEX_VQ + +#include + + +#undef VERTEX_TYPE +#undef __VCGLIB_VERTEX_VC +#undef __VCGLIB_VERTEX_VM +#undef __VCGLIB_VERTEX_VN +#undef __VCGLIB_VERTEX_VQ + + +namespace vcg { +typedef VertexVCVMVNVQ VertexVCVNVMVQf; +typedef VertexVCVMVNVQ VertexVCVNVMVQd; +} + +#endif