with tetrahedron - tetrahedron and vertex - tetrahedron topology

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

View File

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