From b032085a0eb449e22bd007aba68d2e3ab7012831 Mon Sep 17 00:00:00 2001 From: ganovelli Date: Tue, 4 May 2004 02:40:47 +0000 Subject: [PATCH] created --- vcg/simplex/face/with/fefmfn.h | 18 ++++++++++++++++++ vcg/simplex/face/with/rtfmfn.h | 18 ++++++++++++++++++ 2 files changed, 36 insertions(+) create mode 100644 vcg/simplex/face/with/fefmfn.h create mode 100644 vcg/simplex/face/with/rtfmfn.h diff --git a/vcg/simplex/face/with/fefmfn.h b/vcg/simplex/face/with/fefmfn.h new file mode 100644 index 00000000..ac030ac4 --- /dev/null +++ b/vcg/simplex/face/with/fefmfn.h @@ -0,0 +1,18 @@ +#ifndef __VCGLIB_FACE_EMN_TYPE +#define __VCGLIB_FACE_EMN_TYPE + +#define FACE_TYPE FaceEMN + +#define __VCGLIB_FACE_E +#define __VCGLIB_FACE_M +#define __VCGLIB_FACE_N + +#include + +#undef FACE_TYPE + +#undef __VCGLIB_FACE_E +#undef __VCGLIB_FACE_M +#undef __VCGLIB_FACE_N + +#endif diff --git a/vcg/simplex/face/with/rtfmfn.h b/vcg/simplex/face/with/rtfmfn.h new file mode 100644 index 00000000..e52cdfa8 --- /dev/null +++ b/vcg/simplex/face/with/rtfmfn.h @@ -0,0 +1,18 @@ +#ifndef __VCGLIB_FACE_RTFMFN_TYPE +#define __VCGLIB_FACE_RTFMFN_TYPE + +#define FACE_TYPE FaceRTFMFN + +#define __VCGLIB_FACE_RT +#define __VCGLIB_FACE_FM +#define __VCGLIB_FACE_FN + +#include + +#undef FACE_TYPE + +#undef __VCGLIB_FACE_RT +#undef __VCGLIB_FACE_FM +#undef __VCGLIB_FACE_FN + +#endif