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