From aaf3147f052e82ab017c03628e7620524e2cda98 Mon Sep 17 00:00:00 2001 From: nicopietroni Date: Wed, 5 May 2004 12:02:22 +0000 Subject: [PATCH] with tetrahedron - tetrahedron topology --- vcg/simplex/tetrahedron/with/at.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 vcg/simplex/tetrahedron/with/at.h diff --git a/vcg/simplex/tetrahedron/with/at.h b/vcg/simplex/tetrahedron/with/at.h new file mode 100644 index 00000000..6919adc1 --- /dev/null +++ b/vcg/simplex/tetrahedron/with/at.h @@ -0,0 +1,14 @@ +#ifndef __VCGLIB_TETRA_AT_TYPE +#define __VCGLIB_TETRA_AT_TYPE + +#define TETRA_TYPE TetraAT + +#define __VCGLIB_TETRA_AT + +#include + +#undef TETRA_TYPE + +#undef __VCGLIB_TETRA_AT + +#endif