From 06eaf9cabea28aea22e8542d3a4901378b39214c Mon Sep 17 00:00:00 2001 From: nicopietroni Date: Wed, 5 May 2004 11:58:52 +0000 Subject: [PATCH] vertex - tetrahedron topology --- vcg/simplex/vertex/with/at.h | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 vcg/simplex/vertex/with/at.h diff --git a/vcg/simplex/vertex/with/at.h b/vcg/simplex/vertex/with/at.h new file mode 100644 index 00000000..332b6211 --- /dev/null +++ b/vcg/simplex/vertex/with/at.h @@ -0,0 +1,23 @@ +#ifndef __VCGLIB_VERTEX__AT__TYPE +#define __VCGLIB_VERTEX__AT__TYPE + +#define VERTEX_TYPE VertexAT + +#define __VCGLIB_VERTEX_AT + +#include + +#undef VERTEX_TYPE +#undef __VCGLIB_VERTEX_AT + +namespace vcg { + +template +class VertexATf : public VertexAT {}; + +template +class VertexATd : public VertexAT {}; + +} + +#endif