with tetrahedron - tetrahedron topology

This commit is contained in:
Nico Pietroni 2004-05-05 12:02:22 +00:00
parent 06eaf9cabe
commit aaf3147f05
1 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,14 @@
#ifndef __VCGLIB_TETRA_AT_TYPE
#define __VCGLIB_TETRA_AT_TYPE
#define TETRA_TYPE TetraAT
#define __VCGLIB_TETRA_AT
#include <vcg/simplex/tetrahedron/base.h>
#undef TETRA_TYPE
#undef __VCGLIB_TETRA_AT
#endif