#include <details.hpp>
Public Member Functions | |
operator bp::object () | |
bp::object | make (PyArrayObject *pyArray, bool copy=false) |
bp::object | make (PyObject *pyObj, bool copy=false) |
Static Public Member Functions | |
static PyMatrixType & | getInstance () |
Protected Member Functions | |
PyMatrixType () | |
Protected Attributes | |
bp::object | pyMatrixType |
bp::object | pyModule |
eigenpy::PyMatrixType::PyMatrixType | ( | ) | [inline, protected] |
References pyMatrixType, and pyModule.
static PyMatrixType& eigenpy::PyMatrixType::getInstance | ( | ) | [inline, static] |
bp::object eigenpy::PyMatrixType::make | ( | PyArrayObject * | pyArray, |
bool | copy = false |
||
) | [inline] |
References make().
Referenced by eigenpy::EigenToPy< MatType, EquivalentEigenType >::convert(), and make().
bp::object eigenpy::PyMatrixType::make | ( | PyObject * | pyObj, |
bool | copy = false |
||
) | [inline] |
References pyMatrixType.
eigenpy::PyMatrixType::operator bp::object | ( | ) | [inline] |
References pyMatrixType.
bp::object eigenpy::PyMatrixType::pyMatrixType [protected] |
Referenced by make(), operator bp::object(), and PyMatrixType().
bp::object eigenpy::PyMatrixType::pyModule [protected] |
Referenced by PyMatrixType().