diff --git a/vcg/simplex/face/with/fafnva.h b/vcg/simplex/face/with/fafnva.h new file mode 100644 index 00000000..d238a92b --- /dev/null +++ b/vcg/simplex/face/with/fafnva.h @@ -0,0 +1,18 @@ +#ifndef __VCGLIB_FACE_FAFNVA_TYPE +#define __VCGLIB_FACE_FAFNVA_TYPE + +#define FACE_TYPE FaceFAFNVA + +#define __VCGLIB_FACE_FA +#define __VCGLIB_FACE_FN +#define __VCGLIB_FACE_VA + +#include + +#undef FACE_TYPE + +#undef __VCGLIB_FACE_FA +#undef __VCGLIB_FACE_FN +#undef __VCGLIB_FACE_VA + +#endif \ No newline at end of file diff --git a/vcg/simplex/vertex/with/an.h b/vcg/simplex/vertex/with/an.h new file mode 100644 index 00000000..df8e142e --- /dev/null +++ b/vcg/simplex/vertex/with/an.h @@ -0,0 +1,24 @@ +#ifndef __VCGLIB_VERTEX__AN__TYPE +#define __VCGLIB_VERTEX__AN__TYPE + + +#define VERTEX_TYPE VertexAN + +#define __VCGLIB_VERTEX_A +#define __VCGLIB_VERTEX_N + + +#include + + +#undef VERTEX_TYPE +#undef __VCGLIB_VERTEX_A +#undef __VCGLIB_VERTEX_N + + +namespace vcg { +typedef VertexAN VertexANf; +typedef VertexAN VertexANd; +} + +#endif \ No newline at end of file