with quality

This commit is contained in:
Nico Pietroni 2004-05-05 12:27:11 +00:00
parent 152e3b1022
commit 3915e378ee
3 changed files with 0 additions and 32 deletions

View File

@ -1,15 +0,0 @@
#ifndef __VCGLIB_TETRA_AV_TYPE
#define __VCGLIB_TETRA_AV_TYPE
#define TETRA_TYPE TetraAV
#define __VCGLIB_TETRA_A
#define __VCGLIB_TETRA_V
#include <vcg/simplex/tetrahedron/base.h>
#undef TETRA_TYPE
#undef __VCGLIB_TETRA_A
#undef __VCGLIB_TETRA_V
#endif

View File

@ -1,17 +0,0 @@
#ifndef __VCGLIB_TETRA_AVQ_TYPE
#define __VCGLIB_TETRA_AVQ_TYPE
#define TETRA_TYPE TetraAVQ
#define __VCGLIB_TETRA_A
#define __VCGLIB_TETRA_V
#define __VCGLIB_TETRA_Q
#include <vcg/simplex/tetrahedron/base.h>
#undef TETRA_TYPE
#undef __VCGLIB_TETRA_A
#undef __VCGLIB_TETRA_V
#undef __VCGLIB_TETRA_Q
#endif