|
HDK
|
#include <Python.h>#include <hboost/python.hpp>#include <hboost/python/make_constructor.hpp>#include <hboost/format.hpp>#include <ImathVec.h>#include <ImathVecAlgo.h>#include "PyImath.h"#include "PyImathVec.h"#include "PyImathDecorators.h"#include "PyImathMathExc.h"
Include dependency graph for PyImathVec4Impl.h:Go to the source code of this file.
Classes | |
| struct | PyImath::Vec4Name< T > |
Namespaces | |
| PyImath | |
Macros | |
| #define | HBOOST_BIND_GLOBAL_PLACEHOLDERS |
Functions | |
| template<class T , IMATH_ENABLE_IF(!std::is_integral< T >::value) > | |
| void | PyImath::register_Vec4_floatonly (class_< Vec4< T >> &vec4_class) |
| template<class T > | |
| class_< Vec4< T > > | PyImath::register_Vec4 () |
| #define HBOOST_BIND_GLOBAL_PLACEHOLDERS |
Definition at line 18 of file PyImathVec4Impl.h.