eigenpy 3.12.0
Bindings between Numpy and Eigen using Boost.Python
Loading...
Searching...
No Matches
boost::python::extract_to_eigen_ref< MatrixType > Struct Template Reference
Inheritance diagram for boost::python::extract_to_eigen_ref< MatrixType >:
[legend]
Collaboration diagram for boost::python::extract_to_eigen_ref< MatrixType >:
[legend]

Public Types

typedef Eigen::Ref< MatrixType > RefType
typedef RefType result_type

Public Member Functions

 operator result_type () const
 extract_to_eigen_ref (PyObject *o)
 extract_to_eigen_ref (api::object const &o)

Protected Types

typedef converter::extract_rvalue< RefType > base

Detailed Description

template<typename MatrixType>
struct boost::python::extract_to_eigen_ref< MatrixType >

Definition at line 131 of file std-vector.hpp.

Member Typedef Documentation

◆ base

template<typename MatrixType>
typedef converter::extract_rvalue<RefType> boost::python::extract_to_eigen_ref< MatrixType >::base
protected

Definition at line 136 of file std-vector.hpp.

◆ RefType

template<typename MatrixType>
typedef Eigen::Ref<MatrixType> boost::python::extract_to_eigen_ref< MatrixType >::RefType

Definition at line 133 of file std-vector.hpp.

◆ result_type

template<typename MatrixType>
typedef RefType boost::python::extract_to_eigen_ref< MatrixType >::result_type

Definition at line 139 of file std-vector.hpp.

Constructor & Destructor Documentation

◆ extract_to_eigen_ref() [1/2]

template<typename MatrixType>
boost::python::extract_to_eigen_ref< MatrixType >::extract_to_eigen_ref(PyObject *o)
inline

Definition at line 143 of file std-vector.hpp.

◆ extract_to_eigen_ref() [2/2]

template<typename MatrixType>
boost::python::extract_to_eigen_ref< MatrixType >::extract_to_eigen_ref(api::object const &o)
inline

Definition at line 144 of file std-vector.hpp.

Member Function Documentation

◆ operator result_type()

template<typename MatrixType>
boost::python::extract_to_eigen_ref< MatrixType >::operator result_type()const
inline

Definition at line 141 of file std-vector.hpp.


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