HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
typeHeaders.h
Go to the documentation of this file.
1 //
2 // Copyright 2016 Pixar
3 //
4 // Licensed under the Apache License, Version 2.0 (the "Apache License")
5 // with the following modification; you may not use this file except in
6 // compliance with the Apache License and the following modification to it:
7 // Section 6. Trademarks. is deleted and replaced with:
8 //
9 // 6. Trademarks. This License does not grant permission to use the trade
10 // names, trademarks, service marks, or product names of the Licensor
11 // and its affiliates, except as required to comply with Section 4(c) of
12 // the License and to reproduce the content of the NOTICE file.
13 //
14 // You may obtain a copy of the Apache License at
15 //
16 // http://www.apache.org/licenses/LICENSE-2.0
17 //
18 // Unless required by applicable law or agreed to in writing, software
19 // distributed under the Apache License with the above modification is
20 // distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
21 // KIND, either express or implied. See the Apache License for the specific
22 // language governing permissions and limitations under the Apache License.
23 //
24 #ifndef PXR_BASE_VT_TYPE_HEADERS_H
25 #define PXR_BASE_VT_TYPE_HEADERS_H
26 
27 #include <string>
28 
29 #include "pxr/base/vt/array.h"
30 
31 #include "pxr/base/tf/token.h"
32 
33 #include "pxr/base/gf/dualQuatd.h"
34 #include "pxr/base/gf/dualQuatf.h"
35 #include "pxr/base/gf/dualQuath.h"
36 #include "pxr/base/gf/frustum.h"
37 #include "pxr/base/gf/half.h"
38 #include "pxr/base/gf/interval.h"
40 #include "pxr/base/gf/matrix2f.h"
41 #include "pxr/base/gf/matrix3f.h"
42 #include "pxr/base/gf/matrix4f.h"
43 #include "pxr/base/gf/matrix2d.h"
44 #include "pxr/base/gf/matrix3d.h"
45 #include "pxr/base/gf/matrix4d.h"
46 #include "pxr/base/gf/quatd.h"
47 #include "pxr/base/gf/quatf.h"
48 #include "pxr/base/gf/quath.h"
49 #include "pxr/base/gf/quaternion.h"
50 #include "pxr/base/gf/range1d.h"
51 #include "pxr/base/gf/range1f.h"
52 #include "pxr/base/gf/range2d.h"
53 #include "pxr/base/gf/range2f.h"
54 #include "pxr/base/gf/range3d.h"
55 #include "pxr/base/gf/range3f.h"
56 #include "pxr/base/gf/rect2i.h"
57 #include "pxr/base/gf/vec2d.h"
58 #include "pxr/base/gf/vec2f.h"
59 #include "pxr/base/gf/vec2h.h"
60 #include "pxr/base/gf/vec2i.h"
61 #include "pxr/base/gf/vec3d.h"
62 #include "pxr/base/gf/vec3f.h"
63 #include "pxr/base/gf/vec3h.h"
64 #include "pxr/base/gf/vec3i.h"
65 #include "pxr/base/gf/vec4d.h"
66 #include "pxr/base/gf/vec4f.h"
67 #include "pxr/base/gf/vec4h.h"
68 #include "pxr/base/gf/vec4i.h"
69 
70 #endif // PXR_BASE_VT_TYPE_HEADERS_H