From fe34dc9c78eb4561b8087e824f8401eac0d254ee Mon Sep 17 00:00:00 2001 From: nicopietroni Date: Tue, 10 Aug 2004 14:53:11 +0000 Subject: [PATCH] vertex with normal FFtopology and temporary mark for decimation --- vcg/simplex/vertex/with/afvnvm.h | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 vcg/simplex/vertex/with/afvnvm.h diff --git a/vcg/simplex/vertex/with/afvnvm.h b/vcg/simplex/vertex/with/afvnvm.h new file mode 100644 index 00000000..a4eb1d30 --- /dev/null +++ b/vcg/simplex/vertex/with/afvnvm.h @@ -0,0 +1,31 @@ +#ifndef __VCGLIB_VERTEX__AFVNVM__TYPE +#define __VCGLIB_VERTEX__AFVNVM__TYPE + + +#define VERTEX_TYPE VertexAFVNVM + +#define __VCGLIB_VERTEX_AF +#define __VCGLIB_VERTEX_VM +#define __VCGLIB_VERTEX_VN + + +#include + + +#undef VERTEX_TYPE +#undef __VCGLIB_VERTEX_AF +#undef __VCGLIB_VERTEX_VM +#undef __VCGLIB_VERTEX_VN + + +namespace vcg { + +template < class VETYPE, class VFTYPE, class VTTYPE> +class VertexAFVNVMf : public VertexAFVNVM {}; + +template < class VETYPE, class VFTYPE, class VTTYPE> +class VertexAFVNVMd : public VertexAFVNVM {}; + +} + +#endif \ No newline at end of file