From 14bc73eccbbdb44530931fc09a718856f25fbf81 Mon Sep 17 00:00:00 2001 From: nicopietroni Date: Wed, 5 May 2004 12:15:16 +0000 Subject: [PATCH] with tetrahedron - tetrahedron vertex - tetrahedron topology and quality --- vcg/simplex/tetrahedron/with/atavtq.h | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 vcg/simplex/tetrahedron/with/atavtq.h diff --git a/vcg/simplex/tetrahedron/with/atavtq.h b/vcg/simplex/tetrahedron/with/atavtq.h new file mode 100644 index 00000000..cb1c936e --- /dev/null +++ b/vcg/simplex/tetrahedron/with/atavtq.h @@ -0,0 +1,17 @@ +#ifndef __VCGLIB_TETRA_ATAVTQ_TYPE +#define __VCGLIB_TETRA_ATAVTQ_TYPE + +#define TETRA_TYPE TetraATAVTQ + +#define __VCGLIB_TETRA_AT +#define __VCGLIB_TETRA_VT +#define __VCGLIB_TETRA_TQ +#include + +#undef TETRA_TYPE + +#undef __VCGLIB_TETRA_AT +#undef __VCGLIB_TETRA_VT +#undef __VCGLIB_TETRA_TQ + +#endif