From 1cb26bdfbd6189b480148dae7fc1e17f3507912f Mon Sep 17 00:00:00 2001 From: cnr-isti-vclab Date: Thu, 14 Apr 2005 17:25:42 +0000 Subject: [PATCH] Created (Vertex-Face Topology And Incremental Mark). --- vcg/simplex/vertex/with/afvm.h | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 vcg/simplex/vertex/with/afvm.h diff --git a/vcg/simplex/vertex/with/afvm.h b/vcg/simplex/vertex/with/afvm.h new file mode 100644 index 00000000..c28129e8 --- /dev/null +++ b/vcg/simplex/vertex/with/afvm.h @@ -0,0 +1,29 @@ +#ifndef __VCGLIB_VERTEX__AFVM__TYPE +#define __VCGLIB_VERTEX__AFVM__TYPE + + +#define VERTEX_TYPE VertexAFVM + +#define __VCGLIB_VERTEX_AF +#define __VCGLIB_VERTEX_VM + + +#include + + +#undef VERTEX_TYPE +#undef __VCGLIB_VERTEX_AF +#undef __VCGLIB_VERTEX_VM + + +namespace vcg { + +template < class VETYPE, class VFTYPE, class VTTYPE> +class VertexAFVMf : public VertexAFVM {}; + +template < class VETYPE, class VFTYPE, class VTTYPE> +class VertexAFVMd : public VertexAFVM {}; + +} + +#endif \ No newline at end of file