59 #include "../Config/ACGDefines.hh"
60 #include <OpenMesh/Core/Geometry/VectorT.hh>
71 using OpenMesh::VectorT;
74 typedef VectorT<signed char,1>
Vec1c;
76 typedef VectorT<unsigned char,1>
Vec1uc;
78 typedef VectorT<signed short int,1>
Vec1s;
80 typedef VectorT<unsigned short int,1>
Vec1us;
82 typedef VectorT<signed int,1>
Vec1i;
84 typedef VectorT<unsigned int,1>
Vec1ui;
88 typedef VectorT<double,1>
Vec1d;
91 typedef VectorT<signed char,2>
Vec2c;
93 typedef VectorT<unsigned char,2>
Vec2uc;
95 typedef VectorT<signed short int,2>
Vec2s;
97 typedef VectorT<unsigned short int,2>
Vec2us;
99 typedef VectorT<signed int,2>
Vec2i;
108 typedef VectorT<signed char,3>
Vec3c;
112 typedef VectorT<signed short int,3>
Vec3s;
114 typedef VectorT<unsigned short int,3>
Vec3us;
116 typedef VectorT<signed int,3>
Vec3i;
127 typedef VectorT<signed char,4>
Vec4c;
131 typedef VectorT<signed short int,4>
Vec4s;
133 typedef VectorT<unsigned short int,4>
Vec4us;
135 typedef VectorT<signed int,4>
Vec4i;
144 typedef VectorT<signed char,6>
Vec6c;
148 typedef VectorT<signed short int,6>
Vec6s;
150 typedef VectorT<unsigned short int,6>
Vec6us;
152 typedef VectorT<signed int,6>
Vec6i;
164 #endif // ACG_VECTOR_HH defined