muted from atvnvm
This commit is contained in:
parent
936850026b
commit
24583cbed2
|
@ -1,24 +1,26 @@
|
|||
#ifndef __VCGLIB_VERTEX__AT__TYPE
|
||||
#define __VCGLIB_VERTEX__AT__TYPE
|
||||
|
||||
#define VERTEX_TYPE VertexATVN
|
||||
#define VERTEX_TYPE VertexATVMVN
|
||||
|
||||
#define __VCGLIB_VERTEX_AT
|
||||
#define __VCGLIB_VERTEX_VM
|
||||
#define __VCGLIB_VERTEX_VN
|
||||
|
||||
#include <vcg/simplex/vertex/base.h>
|
||||
|
||||
#undef VERTEX_TYPE
|
||||
#undef __VCGLIB_VERTEX_AT
|
||||
#undef __VCGLIB_VERTEX_VM
|
||||
#undef __VCGLIB_VERTEX_VN
|
||||
|
||||
namespace vcg {
|
||||
|
||||
template < class VETYPE, class VFTYPE, class VTTYPE>
|
||||
class VertexATVNf : public VertexATVN<float,VETYPE,VFTYPE,VTTYPE> {};
|
||||
class VertexATVMVNf : public VertexATVMVN<float,VETYPE,VFTYPE,VTTYPE> {};
|
||||
|
||||
template < class VETYPE, class VFTYPE, class VTTYPE>
|
||||
class VertexATVNd : public VertexATVN<double,VETYPE,VFTYPE,VTTYPE> {};
|
||||
class VertexATVMVNd : public VertexATVMVN<double,VETYPE,VFTYPE,VTTYPE> {};
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue