HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
PyImathColor.h File Reference
#include <Python.h>
#include <hboost/python.hpp>
#include <ImathColor.h>
#include "PyImath.h"
+ Include dependency graph for PyImathColor.h:

Go to the source code of this file.

Classes

class  PyImath::C3< T, U >
 
class  PyImath::C4< T, U >
 

Namespaces

 PyImath
 

Macros

#define HBOOST_BIND_GLOBAL_PLACEHOLDERS
 

Typedefs

typedef FixedArray2D
< IMATH_NAMESPACE::Color4f
PyImath::Color4fArray
 
typedef FixedArray2D
< IMATH_NAMESPACE::Color4c
PyImath::Color4cArray
 
typedef FixedArray
< IMATH_NAMESPACE::Color4f
PyImath::C4fArray
 
typedef FixedArray
< IMATH_NAMESPACE::Color4c
PyImath::C4cArray
 
typedef FixedArray
< IMATH_NAMESPACE::Color3f
PyImath::C3fArray
 
typedef FixedArray
< IMATH_NAMESPACE::Color3c
PyImath::C3cArray
 
typedef C3< float, floatPyImath::Color3f
 
typedef C3< unsigned char, intPyImath::Color3c
 
typedef Color3f PyImath::C3f
 
typedef Color3c PyImath::C3c
 
typedef C4< float, floatPyImath::Color4f
 
typedef C4< unsigned char, intPyImath::Color4c
 
typedef Color4f PyImath::C4f
 
typedef Color4c PyImath::C4c
 

Functions

template<class T >
hboost::python::class_
< IMATH_NAMESPACE::Color4< T > > 
PyImath::register_Color4 ()
 
template<class T >
hboost::python::class_
< PyImath::FixedArray2D
< IMATH_NAMESPACE::Color4< T > > > 
PyImath::register_Color4Array2D ()
 
template<class T >
hboost::python::class_
< PyImath::FixedArray
< IMATH_NAMESPACE::Color4< T > > > 
PyImath::register_Color4Array ()
 
template<class T >
hboost::python::class_
< IMATH_NAMESPACE::Color3< T >
, hboost::python::bases
< IMATH_NAMESPACE::Vec3< T > > > 
PyImath::register_Color3 ()
 
template<class T >
hboost::python::class_
< PyImath::FixedArray
< IMATH_NAMESPACE::Color3< T > > > 
PyImath::register_Color3Array ()
 

Macro Definition Documentation

#define HBOOST_BIND_GLOBAL_PLACEHOLDERS

Definition at line 12 of file PyImathColor.h.