HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
PyImath.h File Reference
#include <ImathVec.h>
#include <ImathQuat.h>
#include <PyImathAPI.h>
#include "PyImathFixedArray.h"
#include "PyImathFixedMatrix.h"
#include "PyImathFixedArray2D.h"
#include "PyImathFixedVArray.h"
+ Include dependency graph for PyImath.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 PyImath
 

Typedefs

typedef FixedArray< bool > PyImath::BoolArray
 
typedef FixedArray< signed char > PyImath::SignedCharArray
 
typedef FixedArray< unsigned char > PyImath::UnsignedCharArray
 
typedef FixedArray< short > PyImath::ShortArray
 
typedef FixedArray< unsigned
short > 
PyImath::UnsignedShortArray
 
typedef FixedArray< intPyImath::IntArray
 
typedef FixedArray< unsigned intPyImath::UnsignedIntArray
 
typedef FixedArray< floatPyImath::FloatArray
 
typedef FixedArray< double > PyImath::DoubleArray
 
typedef FixedArray
< IMATH_NAMESPACE::Quatf
PyImath::QuatfArray
 
typedef FixedArray
< IMATH_NAMESPACE::Quatd
PyImath::QuatdArray
 
typedef FixedMatrix< intPyImath::IntMatrix
 
typedef FixedMatrix< floatPyImath::FloatMatrix
 
typedef FixedMatrix< double > PyImath::DoubleMatrix
 
typedef FixedArray2D< floatPyImath::FloatArray2D
 
typedef FixedArray2D< intPyImath::IntArray2D
 
typedef FixedArray2D< double > PyImath::DoubleArray2D
 
typedef FixedVArray< intPyImath::VIntArray
 
typedef FixedVArray< floatPyImath::VFloatArray
 
typedef FixedVArray
< IMATH_NAMESPACE::Vec2< int > > 
PyImath::VV2iArray
 
typedef FixedVArray
< IMATH_NAMESPACE::Vec2< float > > 
PyImath::VV2fArray