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