changed names to vertex's attributes (2 letters)
This commit is contained in:
parent
e11d0ffcdd
commit
b86267d0a5
|
@ -1,23 +0,0 @@
|
|||
#ifndef __VCGLIB_VERTEX__A__TYPE
|
||||
#define __VCGLIB_VERTEX__A__TYPE
|
||||
|
||||
#define VERTEX_TYPE VertexA
|
||||
|
||||
#define __VCGLIB_VERTEX_A
|
||||
|
||||
#include <vcg/simplex/vertex/base.h>
|
||||
|
||||
#undef VERTEX_TYPE
|
||||
#undef __VCGLIB_VERTEX_A
|
||||
|
||||
namespace vcg {
|
||||
|
||||
template <class VFTYPE>
|
||||
class VertexAf : public VertexA<float,VFTYPE> {};
|
||||
|
||||
template <class VFTYPE>
|
||||
class VertexAd : public VertexA<double,VFTYPE> {};
|
||||
|
||||
}
|
||||
|
||||
#endif
|
|
@ -1,23 +0,0 @@
|
|||
#ifndef __VCGLIB_VERTEX__CN__TYPE
|
||||
#define __VCGLIB_VERTEX__CN__TYPE
|
||||
|
||||
|
||||
#define VERTEX_TYPE VertexCN
|
||||
|
||||
#define __VCGLIB_VERTEX_N
|
||||
#define __VCGLIB_VERTEX_C
|
||||
|
||||
#include <vcg/simplex/vertex/base.h>
|
||||
|
||||
|
||||
#undef VERTEX_TYPE
|
||||
#undef __VCGLIB_VERTEX_N
|
||||
#undef __VCGLIB_VERTEX_C
|
||||
|
||||
|
||||
namespace vcg {
|
||||
typedef VertexCN<float> VertexCNf;
|
||||
typedef VertexCN<double> VertexCNd;
|
||||
}
|
||||
|
||||
#endif
|
|
@ -1,21 +0,0 @@
|
|||
#ifndef __VCGLIB_VERTEX__N__TYPE
|
||||
#define __VCGLIB_VERTEX__N__TYPE
|
||||
|
||||
|
||||
#define VERTEX_TYPE VertexN
|
||||
|
||||
#define __VCGLIB_VERTEX_N
|
||||
|
||||
#include <vcg/simplex/vertex/base.h>
|
||||
|
||||
|
||||
#undef VERTEX_TYPE
|
||||
#undef __VCGLIB_VERTEX_N
|
||||
|
||||
|
||||
namespace vcg {
|
||||
typedef VertexN<float> VertexNf;
|
||||
typedef VertexN<double> VertexNd;
|
||||
}
|
||||
|
||||
#endif
|
Loading…
Reference in New Issue