#include <eigen-from-python.hpp>
|
typedef MatType::Scalar | Scalar |
|
|
static void | construct (PyObject *pyObj, bp::converter::rvalue_from_python_stage1_data *memory) |
| Allocate memory and copy pyObj in the new storage. More...
|
|
static void * | convertible (PyObject *pyObj) |
| Determine if pyObj can be converted into a MatType object. More...
|
|
static void | registration () |
|
template<typename MatType, typename _Scalar>
struct eigenpy::EigenFromPy< MatType, _Scalar >
Definition at line 279 of file eigen-from-python.hpp.
template<typename MatType, typename _Scalar>
template<typename MatType , typename _Scalar >
void eigenpy::EigenFromPy< MatType, _Scalar >::construct |
( |
PyObject * |
pyObj, |
|
|
bp::converter::rvalue_from_python_stage1_data * |
memory |
|
) |
| |
|
static |
template<typename MatType , typename _Scalar >
template<typename MatType , typename _Scalar >
The documentation for this struct was generated from the following file: