1 //
2 // Copyright 2017 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 // WARNING: THIS FILE IS GENERATED.  DO NOT EDIT.
25 //
26 
27 #define TF_MAX_ARITY 7
28 #include "pxr/pxr.h"
29 #include "pxr/base/arch/defines.h"
30 #if defined(ARCH_OS_DARWIN)
31 #include <glob.h>
32 #include <limits.h>
33 #include <sys/mount.h>
34 #include <sys/param.h>
35 #include <unistd.h>
36 #include <mach/mach_time.h>
37 #endif
38 #if defined(ARCH_OS_LINUX) || defined(ARCH_OS_FREEBSD)
39 #include <glob.h>
40 #include <limits.h>
41 #include <sys/param.h>
42 #include <sys/statfs.h>
43 #include <unistd.h>
44 #include <x86intrin.h>
45 #endif
46 #if defined(ARCH_OS_WINDOWS)
47 #ifndef WIN32_LEAN_AND_MEAN
48 #define WIN32_LEAN_AND_MEAN
49 #endif
50 
51 #include <intrin.h>
52 #include <io.h>
53 #include <boost/preprocessor/variadic/size.hpp>
54 #include <boost/vmd/is_empty.hpp>
55 #include <boost/vmd/is_tuple.hpp>
56 #endif
57 #include <algorithm>
58 #include <atomic>
59 #include <bitset>
60 #include <cfloat>
61 #include <cinttypes>
62 #include <cmath>
63 #include <cstdarg>
64 #include <cstddef>
65 #include <cstdint>
66 #include <cstdio>
67 #include <cstdlib>
68 #include <cstring>
69 #include <deque>
70 #include <fcntl.h>
71 #include <float.h>
72 #include <functional>
73 #include <initializer_list>
74 #include <iosfwd>
75 #include <iterator>
76 #include <limits>
77 #include <list>
78 #include <locale>
79 #include <map>
80 #include <math.h>
81 #include <memory>
82 #include <mutex>
83 #include <new>
84 #include <ostream>
85 #include <set>
86 #include <sstream>
87 #include <stdarg.h>
88 #include <stddef.h>
89 #include <stdint.h>
90 #include <string>
91 #include <sys/stat.h>
92 #include <sys/types.h>
93 #include <thread>
94 #include <type_traits>
95 #include <typeindex>
96 #include <typeinfo>
97 #include <unordered_map>
98 #include <unordered_set>
99 #include <utility>
100 #include <vector>
101 #include <Alembic/Abc/ArchiveInfo.h>
102 #include <Alembic/Abc/IArchive.h>
103 #include <Alembic/Abc/IArrayProperty.h>
104 #include <Alembic/Abc/IObject.h>
105 #include <Alembic/Abc/IScalarProperty.h>
106 #include <Alembic/Abc/ITypedArrayProperty.h>
107 #include <Alembic/Abc/ITypedScalarProperty.h>
108 #include <Alembic/Abc/OArchive.h>
109 #include <Alembic/Abc/OObject.h>
110 #include <Alembic/AbcCoreAbstract/Foundation.h>
111 #include <Alembic/AbcCoreOgawa/All.h>
112 #include <Alembic/AbcGeom/GeometryScope.h>
113 #include <Alembic/AbcGeom/ICamera.h>
114 #include <Alembic/AbcGeom/ICurves.h>
115 #include <Alembic/AbcGeom/IPoints.h>
116 #include <Alembic/AbcGeom/IPolyMesh.h>
117 #include <Alembic/AbcGeom/ISubD.h>
118 #include <Alembic/AbcGeom/IXform.h>
119 #include <Alembic/AbcGeom/OCamera.h>
120 #include <Alembic/AbcGeom/OCurves.h>
121 #include <Alembic/AbcGeom/OPoints.h>
122 #include <Alembic/AbcGeom/OPolyMesh.h>
123 #include <Alembic/AbcGeom/OSubD.h>
124 #include <Alembic/AbcGeom/OXform.h>
125 #include <Alembic/AbcGeom/SchemaInfoDeclarations.h>
126 #include <Alembic/AbcGeom/Visibility.h>
127 #include <boost/aligned_storage.hpp>
128 #include <boost/any.hpp>
129 #include <boost/assign.hpp>
130 #include <boost/call_traits.hpp>
131 #include <boost/compressed_pair.hpp>
132 #include <boost/functional/hash.hpp>
133 #include <boost/functional/hash_fwd.hpp>
134 #include <boost/intrusive_ptr.hpp>
135 #include <boost/iterator/filter_iterator.hpp>
136 #include <boost/iterator/iterator_adaptor.hpp>
137 #include <boost/iterator/iterator_facade.hpp>
138 #include <boost/iterator/reverse_iterator.hpp>
139 #include <boost/iterator_adaptors.hpp>
140 #include <boost/mpl/and.hpp>
141 #include <boost/mpl/if.hpp>
142 #include <boost/mpl/or.hpp>
143 #include <boost/noncopyable.hpp>
144 #include <boost/operators.hpp>
145 #include <boost/optional.hpp>
146 #include <boost/optional/optional_fwd.hpp>
147 #include <boost/preprocessor/arithmetic/add.hpp>
148 #include <boost/preprocessor/arithmetic/inc.hpp>
149 #include <boost/preprocessor/arithmetic/sub.hpp>
150 #include <boost/preprocessor/cat.hpp>
151 #include <boost/preprocessor/comparison/equal.hpp>
152 #include <boost/preprocessor/control/expr_iif.hpp>
153 #include <boost/preprocessor/control/iif.hpp>
154 #include <boost/preprocessor/facilities/expand.hpp>
155 #include <boost/preprocessor/list/for_each.hpp>
156 #include <boost/preprocessor/list/size.hpp>
157 #include <boost/preprocessor/logical/and.hpp>
158 #include <boost/preprocessor/logical/not.hpp>
159 #include <boost/preprocessor/punctuation/comma.hpp>
160 #include <boost/preprocessor/punctuation/comma_if.hpp>
161 #include <boost/preprocessor/punctuation/paren.hpp>
162 #include <boost/preprocessor/repetition/repeat.hpp>
163 #include <boost/preprocessor/selection/max.hpp>
164 #include <boost/preprocessor/seq/filter.hpp>
165 #include <boost/preprocessor/seq/for_each.hpp>
166 #include <boost/preprocessor/seq/for_each_i.hpp>
167 #include <boost/preprocessor/seq/push_back.hpp>
168 #include <boost/preprocessor/seq/seq.hpp>
169 #include <boost/preprocessor/seq/size.hpp>
170 #include <boost/preprocessor/stringize.hpp>
171 #include <boost/preprocessor/tuple/eat.hpp>
172 #include <boost/preprocessor/tuple/elem.hpp>
173 #include <boost/preprocessor/tuple/to_list.hpp>
174 #include <boost/preprocessor/tuple/to_seq.hpp>
175 #ifdef PXR_PYTHON_SUPPORT_ENABLED
176 #include <boost/python/def.hpp>
177 #include <boost/python/dict.hpp>
178 #include <boost/python/extract.hpp>
179 #include <boost/python/handle.hpp>
180 #include <boost/python/module.hpp>
181 #include <boost/python/object.hpp>
182 #include <boost/python/object_fwd.hpp>
183 #include <boost/python/object_operators.hpp>
184 #include <boost/python/type_id.hpp>
185 #if defined(__APPLE__) // Fix breakage caused by Python's pyport.h.
186 #undef tolower
187 #undef toupper
188 #endif
189 #endif // PXR_PYTHON_SUPPORT_ENABLED
190 #include <boost/range/iterator_range.hpp>
191 #include <boost/shared_ptr.hpp>
192 #include <boost/type_traits/decay.hpp>
193 #include <boost/type_traits/has_left_shift.hpp>
194 #include <boost/type_traits/has_trivial_assign.hpp>
195 #include <boost/type_traits/has_trivial_constructor.hpp>
196 #include <boost/type_traits/has_trivial_copy.hpp>
197 #include <boost/type_traits/has_trivial_destructor.hpp>
198 #include <boost/type_traits/is_base_of.hpp>
199 #include <boost/type_traits/is_const.hpp>
200 #include <boost/type_traits/is_convertible.hpp>
201 #include <boost/type_traits/is_enum.hpp>
202 #include <boost/type_traits/is_same.hpp>
203 #include <boost/type_traits/remove_cv.hpp>
204 #include <boost/type_traits/remove_reference.hpp>
205 #include <boost/unordered_map.hpp>
206 #include <boost/utility.hpp>
207 #include <boost/utility/enable_if.hpp>
208 #include <boost/variant.hpp>
209 #include <tbb/atomic.h>
210 #include <tbb/cache_aligned_allocator.h>
211 #include <tbb/concurrent_queue.h>
212 #include <tbb/concurrent_unordered_set.h>
213 #include <tbb/concurrent_vector.h>
214 #include <tbb/enumerable_thread_specific.h>
215 #include <tbb/spin_mutex.h>
216 #include <tbb/spin_rw_mutex.h>
217 #include <tbb/task.h>
218 #include <tbb/task_arena.h>
219 #ifdef PXR_PYTHON_SUPPORT_ENABLED
220 #include "pxr/base/tf/pySafePython.h"
221 #endif // PXR_PYTHON_SUPPORT_ENABLED
222