with tetrahedron - tetrahedron vertex - tetrahedron topology and quality

This commit is contained in:
Nico Pietroni 2004-05-05 12:15:16 +00:00
parent cf60d1aad9
commit 14bc73eccb
1 changed files with 17 additions and 0 deletions

View File

@ -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 <vcg/simplex/tetrahedron/base.h>
#undef TETRA_TYPE
#undef __VCGLIB_TETRA_AT
#undef __VCGLIB_TETRA_VT
#undef __VCGLIB_TETRA_TQ
#endif