Public Types | Static Public Member Functions | List of all members
eigenpy::EigenFromPy< MatType, _Scalar > Struct Template Reference

#include <eigen-from-python.hpp>

Public Types

typedef MatType::Scalar Scalar
 

Static Public Member Functions

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 ()
 

Detailed Description

template<typename MatType, typename _Scalar>
struct eigenpy::EigenFromPy< MatType, _Scalar >

Definition at line 279 of file eigen-from-python.hpp.

Member Typedef Documentation

template<typename MatType, typename _Scalar>
typedef MatType::Scalar eigenpy::EigenFromPy< MatType, _Scalar >::Scalar

Definition at line 281 of file eigen-from-python.hpp.

Member Function Documentation

template<typename MatType , typename _Scalar >
void eigenpy::EigenFromPy< MatType, _Scalar >::construct ( PyObject *  pyObj,
bp::converter::rvalue_from_python_stage1_data *  memory 
)
static

Allocate memory and copy pyObj in the new storage.

Definition at line 409 of file eigen-from-python.hpp.

template<typename MatType , typename _Scalar >
void * eigenpy::EigenFromPy< MatType, _Scalar >::convertible ( PyObject *  pyObj)
static

Determine if pyObj can be converted into a MatType object.

Definition at line 294 of file eigen-from-python.hpp.

template<typename MatType , typename _Scalar >
void eigenpy::EigenFromPy< MatType, _Scalar >::registration ( )
static

Definition at line 416 of file eigen-from-python.hpp.


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


eigenpy
Author(s): Justin Carpentier, Nicolas Mansard
autogenerated on Sat Apr 17 2021 02:37:59