HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
PyImath.h
Go to the documentation of this file.
1 //
2 // SPDX-License-Identifier: BSD-3-Clause
3 // Copyright Contributors to the OpenEXR Project.
4 //
5 
6 // clang-format off
7 
8 #ifndef _PyImath_h_
9 #define _PyImath_h_
10 
11 #include <ImathVec.h>
12 #include <ImathQuat.h>
13 #include <PyImathAPI.h>
14 #include "PyImathFixedArray.h"
15 #include "PyImathFixedMatrix.h"
16 #include "PyImathFixedArray2D.h"
17 #include "PyImathFixedVArray.h"
18 
19 namespace PyImath {
20 
30 
33 
37 
41 
46 
47 }
48 
49 #endif
FixedArray< unsigned short > UnsignedShortArray
Definition: PyImath.h:25
FixedVArray< int > VIntArray
Definition: PyImath.h:42
FixedArray< signed char > SignedCharArray
Definition: PyImath.h:22
FixedArray< double > DoubleArray
Definition: PyImath.h:29
FixedVArray< IMATH_NAMESPACE::Vec2< int > > VV2iArray
Definition: PyImath.h:44
FixedMatrix< int > IntMatrix
Definition: PyImath.h:34
FixedArray< IMATH_NAMESPACE::Quatf > QuatfArray
Definition: PyImath.h:31
FixedMatrix< double > DoubleMatrix
Definition: PyImath.h:36
FixedArray< bool > BoolArray
Definition: PyImath.h:21
FixedArray2D< double > DoubleArray2D
Definition: PyImath.h:40
FixedVArray< IMATH_NAMESPACE::Vec2< float > > VV2fArray
Definition: PyImath.h:45
FixedArray< unsigned int > UnsignedIntArray
Definition: PyImath.h:27
FixedArray< short > ShortArray
Definition: PyImath.h:24
FixedMatrix< float > FloatMatrix
Definition: PyImath.h:35
FixedArray< unsigned char > UnsignedCharArray
Definition: PyImath.h:23
FixedArray< IMATH_NAMESPACE::Quatd > QuatdArray
Definition: PyImath.h:32
FixedArray2D< float > FloatArray2D
Definition: PyImath.h:38
FixedArray< float > FloatArray
Definition: PyImath.h:28
FixedArray2D< int > IntArray2D
Definition: PyImath.h:39
FixedArray< int > IntArray
Definition: PyImath.h:26
FixedVArray< float > VFloatArray
Definition: PyImath.h:43