Initial Commit.
This commit is contained in:
parent
fc20ce261c
commit
7761b396ab
|
@ -0,0 +1,35 @@
|
||||||
|
#ifndef __VCGLIB_VERTEX__AFATVCVNVQ__TYPE
|
||||||
|
#define __VCGLIB_VERTEX__AFATVCVNVQ__TYPE
|
||||||
|
|
||||||
|
|
||||||
|
#define VERTEX_TYPE VertexAFATVCVNVQ
|
||||||
|
|
||||||
|
#define __VCGLIB_VERTEX_AF
|
||||||
|
#define __VCGLIB_VERTEX_AT
|
||||||
|
#define __VCGLIB_VERTEX_VC
|
||||||
|
#define __VCGLIB_VERTEX_VN
|
||||||
|
#define __VCGLIB_VERTEX_VQ
|
||||||
|
|
||||||
|
|
||||||
|
#include <vcg/simplex/vertex/base.h>
|
||||||
|
|
||||||
|
|
||||||
|
#undef VERTEX_TYPE
|
||||||
|
#undef __VCGLIB_VERTEX_AF
|
||||||
|
#undef __VCGLIB_VERTEX_AT
|
||||||
|
#undef __VCGLIB_VERTEX_VC
|
||||||
|
#undef __VCGLIB_VERTEX_VN
|
||||||
|
#undef __VCGLIB_VERTEX_VQ
|
||||||
|
|
||||||
|
|
||||||
|
namespace vcg {
|
||||||
|
|
||||||
|
template < class VETYPE, class VFTYPE, class VTTYPE>
|
||||||
|
class VertexAFATVCVNVQf : public VertexAFATVCVNVQ<float,VETYPE,VFTYPE,VTTYPE> {};
|
||||||
|
|
||||||
|
template < class VETYPE, class VFTYPE, class VTTYPE>
|
||||||
|
class VertexAFATVCVNVQd : public VertexAFATVCVNVQ<double,VETYPE,VFTYPE,VTTYPE> {};
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
#endif
|
Loading…
Reference in New Issue