From cf60d1aad9e90e6675dbe63e2f77fe0ad14a4683 Mon Sep 17 00:00:00 2001 From: nicopietroni Date: Wed, 5 May 2004 12:05:35 +0000 Subject: [PATCH] with tetrahedron - tetrahedron and vertex - tetrahedron topology --- vcg/simplex/tetrahedron/with/atav.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 vcg/simplex/tetrahedron/with/atav.h diff --git a/vcg/simplex/tetrahedron/with/atav.h b/vcg/simplex/tetrahedron/with/atav.h new file mode 100644 index 00000000..0a2d93a3 --- /dev/null +++ b/vcg/simplex/tetrahedron/with/atav.h @@ -0,0 +1,15 @@ +#ifndef __VCGLIB_TETRA_ATAV_TYPE +#define __VCGLIB_TETRA_ATAV_TYPE + +#define TETRA_TYPE TetraATAV + +#define __VCGLIB_TETRA_AT +#define __VCGLIB_TETRA_AV +#include + +#undef TETRA_TYPE + +#undef __VCGLIB_TETRA_AT +#undef __VCGLIB_TETRA_AV + +#endif