Developer Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
VectorT.hh
1 /*===========================================================================*\
2  * *
3  * OpenFlipper *
4  * Copyright (c) 2001-2015, RWTH-Aachen University *
5  * Department of Computer Graphics and Multimedia *
6  * All rights reserved. *
7  * www.openflipper.org *
8  * *
9  *---------------------------------------------------------------------------*
10  * This file is part of OpenFlipper. *
11  *---------------------------------------------------------------------------*
12  * *
13  * Redistribution and use in source and binary forms, with or without *
14  * modification, are permitted provided that the following conditions *
15  * are met: *
16  * *
17  * 1. Redistributions of source code must retain the above copyright notice, *
18  * this list of conditions and the following disclaimer. *
19  * *
20  * 2. Redistributions in binary form must reproduce the above copyright *
21  * notice, this list of conditions and the following disclaimer in the *
22  * documentation and/or other materials provided with the distribution. *
23  * *
24  * 3. Neither the name of the copyright holder nor the names of its *
25  * contributors may be used to endorse or promote products derived from *
26  * this software without specific prior written permission. *
27  * *
28  * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS *
29  * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED *
30  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A *
31  * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER *
32  * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, *
33  * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, *
34  * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR *
35  * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF *
36  * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING *
37  * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS *
38  * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. *
39  * *
40 \*===========================================================================*/
41 
42 /*===========================================================================*\
43  * *
44  * $Revision$ *
45  * $Author$ *
46  * $Date$ *
47  * *
48 \*===========================================================================*/
49 
50 
51 
52 //=============================================================================
53 //
54 // CLASS VectorT
55 //
56 //=============================================================================
57 
58 
59 #ifndef ACG_VECTOR_HH
60 #define ACG_VECTOR_HH
61 
62 
63 //== INCLUDES =================================================================
64 
65 #include <ACG/Config/ACGDefines.hh>
66 #include <OpenMesh/Core/Geometry/VectorT.hh>
67 
68 //== NAMESPACES ===============================================================
69 
70 
71 namespace ACG {
72 
73 //=============================================================================
74 
75 
76 using OpenMesh::VectorT;
77 
94 
111 
130 
147 
164 
165 
166 //=============================================================================
167 } // namespace ACG
168 //=============================================================================
169 #endif // ACG_VECTOR_HH defined
170 //=============================================================================
VectorT< bool, 3 > Vec3b
Definition: VectorT.hh:129
VectorT< signed short int, 2 > Vec2s
Definition: VectorT.hh:100
VectorT< float, 2 > Vec2f
Definition: VectorT.hh:108
VectorT< unsigned short int, 2 > Vec2us
Definition: VectorT.hh:102
VectorT< signed short int, 1 > Vec1s
Definition: VectorT.hh:83
Namespace providing different geometric functions concerning angles.
Definition: DBSCANT.cc:51
VectorT< signed int, 2 > Vec2i
Definition: VectorT.hh:104
VectorT< unsigned char, 1 > Vec1uc
Definition: VectorT.hh:81
VectorT< unsigned int, 4 > Vec4ui
Definition: VectorT.hh:142
VectorT< unsigned int, 2 > Vec2ui
Definition: VectorT.hh:106
VectorT< float, 4 > Vec4f
Definition: VectorT.hh:144
VectorT< signed int, 4 > Vec4i
Definition: VectorT.hh:140
VectorT< signed char, 4 > Vec4c
Definition: VectorT.hh:132
VectorT< unsigned int, 6 > Vec6ui
Definition: VectorT.hh:159
VectorT< double, 3 > Vec3d
Definition: VectorT.hh:127
VectorT< float, 1 > Vec1f
Definition: VectorT.hh:91
VectorT< unsigned short int, 1 > Vec1us
Definition: VectorT.hh:85
VectorT< unsigned short int, 6 > Vec6us
Definition: VectorT.hh:155
VectorT< signed int, 1 > Vec1i
Definition: VectorT.hh:87
VectorT< double, 2 > Vec2d
Definition: VectorT.hh:110
VectorT< signed int, 6 > Vec6i
Definition: VectorT.hh:157
VectorT< signed char, 1 > Vec1c
Definition: VectorT.hh:79
VectorT< signed int, 3 > Vec3i
Definition: VectorT.hh:121
VectorT< float, 6 > Vec6f
Definition: VectorT.hh:161
VectorT< double, 1 > Vec1d
Definition: VectorT.hh:93
VectorT< unsigned int, 3 > Vec3ui
Definition: VectorT.hh:123
VectorT< float, 3 > Vec3f
Definition: VectorT.hh:125
VectorT< unsigned char, 4 > Vec4uc
Definition: VectorT.hh:134
VectorT< signed short int, 4 > Vec4s
Definition: VectorT.hh:136
VectorT< unsigned char, 2 > Vec2uc
Definition: VectorT.hh:98
VectorT< signed char, 6 > Vec6c
Definition: VectorT.hh:149
VectorT< unsigned char, 6 > Vec6uc
Definition: VectorT.hh:151
VectorT< double, 4 > Vec4d
Definition: VectorT.hh:146
VectorT< signed char, 2 > Vec2c
Definition: VectorT.hh:96
VectorT< signed char, 3 > Vec3c
Definition: VectorT.hh:113
VectorT< unsigned short int, 4 > Vec4us
Definition: VectorT.hh:138
VectorT< unsigned int, 1 > Vec1ui
Definition: VectorT.hh:89
VectorT< signed short int, 3 > Vec3s
Definition: VectorT.hh:117
VectorT< signed short int, 6 > Vec6s
Definition: VectorT.hh:153
VectorT< unsigned short int, 3 > Vec3us
Definition: VectorT.hh:119
VectorT< unsigned char, 3 > Vec3uc
Definition: VectorT.hh:115
VectorT< double, 6 > Vec6d
Definition: VectorT.hh:163