#include <eigen-from-python.hpp>
|
typedef EigenType::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 EigenType, typename BaseType = typename get_eigen_base_type<EigenType>::type>
struct eigenpy::eigen_from_py_impl< EigenType, BaseType >
Definition at line 266 of file eigen-from-python.hpp.
◆ Scalar
template<typename EigenType , typename BaseType = typename get_eigen_base_type<EigenType>::type>
◆ construct()
template<typename EigenType , typename BaseType = typename get_eigen_base_type<EigenType>::type>
static void eigenpy::eigen_from_py_impl< EigenType, BaseType >::construct |
( |
PyObject * |
pyObj, |
|
|
bp::converter::rvalue_from_python_stage1_data * |
memory |
|
) |
| |
|
static |
Allocate memory and copy pyObj in the new storage.
◆ convertible()
template<typename EigenType , typename BaseType = typename get_eigen_base_type<EigenType>::type>
Determine if pyObj can be converted into a MatType object.
◆ registration()
template<typename EigenType , typename BaseType = typename get_eigen_base_type<EigenType>::type>
The documentation for this struct was generated from the following file: