#include <PyImathBox.h>
|
| static PyObject * | wrap (const IMATH_NAMESPACE::Box< IMATH_NAMESPACE::Vec3< T > > &b) |
| |
| static int | convert (PyObject *p, IMATH_NAMESPACE::Box< IMATH_NAMESPACE::Vec3< T > > *v) |
| |
template<class T>
class PyImath::Box3< T >
Definition at line 55 of file PyImathBox.h.
template<class T >
| int PyImath::Box3< T >::convert |
( |
PyObject * |
p, |
|
|
IMATH_NAMESPACE::Box< IMATH_NAMESPACE::Vec3< T > > * |
v |
|
) |
| |
|
static |
template<class T >
| PyObject * PyImath::Box3< T >::wrap |
( |
const IMATH_NAMESPACE::Box< IMATH_NAMESPACE::Vec3< T > > & |
b | ) |
|
|
static |
The documentation for this class was generated from the following file: