vcglib/vcg/simplex/tetrahedron/with/avq.h

18 lines
314 B
C

#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