|
HDK
|
#include <Python.h>#include <hboost/python.hpp>#include <ImathVec.h>#include "PyImath.h"#include "PyImathFixedArray.h"
Include dependency graph for PyImathVec.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | PyImath::V2< T > |
| class | PyImath::V3< T > |
| class | PyImath::V4< T > |
Namespaces | |
| PyImath | |
Macros | |
| #define | HBOOST_BIND_GLOBAL_PLACEHOLDERS |
Functions | |
| template<class T > | |
| hboost::python::class_ < IMATH_NAMESPACE::Vec2< T > > | PyImath::register_Vec2 () |
| template<class T > | |
| hboost::python::class_ < FixedArray < IMATH_NAMESPACE::Vec2< T > > > | PyImath::register_Vec2Array () |
| template<class T > | |
| hboost::python::class_ < IMATH_NAMESPACE::Vec3< T > > | PyImath::register_Vec3 () |
| template<class T > | |
| hboost::python::class_ < FixedArray < IMATH_NAMESPACE::Vec3< T > > > | PyImath::register_Vec3Array () |
| template<class T > | |
| hboost::python::class_ < IMATH_NAMESPACE::Vec4< T > > | PyImath::register_Vec4 () |
| template<class T > | |
| hboost::python::class_ < PyImath::FixedArray < IMATH_NAMESPACE::Vec4< T > > > | PyImath::register_Vec4Array () |
| #define HBOOST_BIND_GLOBAL_PLACEHOLDERS |
Definition at line 12 of file PyImathVec.h.