diff --git a/vcg/simplex/vertex/with/at.h b/vcg/simplex/vertex/with/at.h new file mode 100644 index 00000000..332b6211 --- /dev/null +++ b/vcg/simplex/vertex/with/at.h @@ -0,0 +1,23 @@ +#ifndef __VCGLIB_VERTEX__AT__TYPE +#define __VCGLIB_VERTEX__AT__TYPE + +#define VERTEX_TYPE VertexAT + +#define __VCGLIB_VERTEX_AT + +#include + +#undef VERTEX_TYPE +#undef __VCGLIB_VERTEX_AT + +namespace vcg { + +template +class VertexATf : public VertexAT {}; + +template +class VertexATd : public VertexAT {}; + +} + +#endif