HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
PyImath::V3< T > Class Template Reference

#include <PyImathVec.h>

Static Public Member Functions

static PyObject * wrap (const IMATH_NAMESPACE::Vec3< T > &v)
 
static int convert (PyObject *p, IMATH_NAMESPACE::Vec3< T > *v)
 

Detailed Description

template<class T>
class PyImath::V3< T >

Definition at line 194 of file PyImathVec.h.

Member Function Documentation

template<class T >
int PyImath::V3< T >::convert ( PyObject *  p,
IMATH_NAMESPACE::Vec3< T > *  v 
)
static

Definition at line 312 of file PyImathVec.h.

template<class T >
PyObject * PyImath::V3< T >::wrap ( const IMATH_NAMESPACE::Vec3< T > &  v)
static

Definition at line 218 of file PyImathVec.h.


The documentation for this class was generated from the following file: