From 8d49b3d7f51c6f1c4fbc64a3f9ba9f3e85ae9fdc Mon Sep 17 00:00:00 2001 From: nicopietroni Date: Thu, 6 May 2004 14:58:00 +0000 Subject: [PATCH] face with both topology ( vertex -face) (face-face) --- vcg/simplex/face/with/afav.h | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 vcg/simplex/face/with/afav.h diff --git a/vcg/simplex/face/with/afav.h b/vcg/simplex/face/with/afav.h new file mode 100644 index 00000000..048e9fa3 --- /dev/null +++ b/vcg/simplex/face/with/afav.h @@ -0,0 +1,16 @@ +#ifndef __VCGLIB_FACE_AFAV_TYPE +#define __VCGLIB_FACE_AFAV_TYPE + +#define FACE_TYPE FaceAFAV + +#define __VCGLIB_FACE_AV +#define __VCGLIB_FACE_AF + +#include + +#undef FACE_TYPE + +#undef __VCGLIB_FACE_AF +#undef __VCGLIB_FACE_AV + +#endif