From 2cfe4038abb73d36c8c09e630c696d11e544a1cd Mon Sep 17 00:00:00 2001 From: cnr-isti-vclab Date: Wed, 14 Sep 2005 14:32:35 +0000 Subject: [PATCH] *** empty log message *** --- vcg/simplex/vertex/with/vmvn.h | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 vcg/simplex/vertex/with/vmvn.h diff --git a/vcg/simplex/vertex/with/vmvn.h b/vcg/simplex/vertex/with/vmvn.h new file mode 100644 index 00000000..0a63d8d0 --- /dev/null +++ b/vcg/simplex/vertex/with/vmvn.h @@ -0,0 +1,28 @@ +#ifndef __VCGLIB_VERTEX__VMVN__TYPE +#define __VCGLIB_VERTEX__VMVN__TYPE + + +#define VERTEX_TYPE VertexVMVN + +#define __VCGLIB_VERTEX_VN +#define __VCGLIB_VERTEX_VM + +#include + + +#undef VERTEX_TYPE +#undef __VCGLIB_VERTEX_VM +#undef __VCGLIB_VERTEX_VN + + +namespace vcg { + +template < class VETYPE, class VFTYPE, class VTTYPE> +class VertexVMVNf : public VertexVMVN {}; + +template < class VETYPE, class VFTYPE, class VTTYPE> +class VertexVMVNd : public VertexVMVN {}; + +} + +#endif \ No newline at end of file