diff --git a/vcg/simplex/vertex/with/vnvq.h b/vcg/simplex/vertex/with/vnvq.h new file mode 100644 index 00000000..8619d5bb --- /dev/null +++ b/vcg/simplex/vertex/with/vnvq.h @@ -0,0 +1,23 @@ +#ifndef __VCGLIB_VERTEX__VNVQ__TYPE +#define __VCGLIB_VERTEX__VNVQ__TYPE + + +#define VERTEX_TYPE VertexVNVQ + +#define __VCGLIB_VERTEX_VN +#define __VCGLIB_VERTEX_VQ + +#include + + +#undef VERTEX_TYPE +#undef __VCGLIB_VERTEX_VN +#undef __VCGLIB_VERTEX_VQ + + +namespace vcg { +typedef VertexVNVQ VertexVNVQf; +typedef VertexVNVQ VertexVNVQd; +} + +#endif diff --git a/vcg/simplex/vertex/with/vq.h b/vcg/simplex/vertex/with/vq.h new file mode 100644 index 00000000..fd4ef51e --- /dev/null +++ b/vcg/simplex/vertex/with/vq.h @@ -0,0 +1,21 @@ +#ifndef __VCGLIB_VERTEX__VQ__TYPE +#define __VCGLIB_VERTEX__VQ__TYPE + + +#define VERTEX_TYPE VertexVQ + +#define __VCGLIB_VERTEX_VQ + +#include + + +#undef VERTEX_TYPE + +#undef __VCGLIB_VERTEX_VQ + +namespace vcg { +typedef VertexVQ VertexVQf; +typedef VertexVQ VertexVQd; +} + +#endif