|
HDK
|
#include <Python.h>#include <hboost/python.hpp>#include <hboost/python/make_constructor.hpp>#include <hboost/format.hpp>#include <hboost/cast.hpp>#include <ImathVec.h>#include <ImathVecAlgo.h>#include "PyImath.h"#include "PyImathMathExc.h"#include "PyImathBox.h"#include "PyImathVec.h"#include "PyImathDecorators.h"#include "PyImathOperators.h"#include "PyImathVecOperators.h"
Include dependency graph for PyImathVec2Impl.h:Go to the source code of this file.
Classes | |
| struct | PyImath::Vec2Name< T > |
Namespaces | |
| PyImath | |
Macros | |
| #define | HBOOST_BIND_GLOBAL_PLACEHOLDERS |
Functions | |
| template<class T , IMATH_ENABLE_IF(!std::is_integral< T >::value) > | |
| void | PyImath::register_Vec2_floatonly (class_< Vec2< T >> &vec2_class) |
| template<class T > | |
| class_< Vec2< T > > | PyImath::register_Vec2 () |
| template<class T , IMATH_ENABLE_IF(!std::is_integral< T >::value) > | |
| void | PyImath::register_Vec2Array_floatonly (class_< FixedArray< Vec2< T >>> &vec2Array_class) |
| template<class T > | |
| class_< FixedArray < IMATH_NAMESPACE::Vec2< T > > > | PyImath::register_Vec2Array () |
| #define HBOOST_BIND_GLOBAL_PLACEHOLDERS |
Definition at line 18 of file PyImathVec2Impl.h.