|
HDK
|
#include <Python.h>#include <hboost/python.hpp>#include <ImathEuler.h>#include <ImathVec.h>#include "PyImath.h"
Include dependency graph for PyImathEuler.h:Go to the source code of this file.
Classes | |
| class | PyImath::E< T > |
Namespaces | |
| PyImath | |
Macros | |
| #define | HBOOST_BIND_GLOBAL_PLACEHOLDERS |
Typedefs | |
| typedef FixedArray < IMATH_NAMESPACE::Eulerf > | PyImath::EulerfArray |
| typedef FixedArray < IMATH_NAMESPACE::Eulerd > | PyImath::EulerdArray |
| typedef E< float > | PyImath::Eulerf |
| typedef E< double > | PyImath::Eulerd |
Functions | |
| template<class T > | |
| hboost::python::class_ < IMATH_NAMESPACE::Euler< T > , hboost::python::bases < IMATH_NAMESPACE::Vec3< T > > > | PyImath::register_Euler () |
| template<class T > | |
| hboost::python::class_ < PyImath::FixedArray < IMATH_NAMESPACE::Euler< T > > > | PyImath::register_EulerArray () |
| #define HBOOST_BIND_GLOBAL_PLACEHOLDERS |
Definition at line 12 of file PyImathEuler.h.