#include <numpy-type.hpp>
Definition at line 75 of file numpy-type.hpp.
| eigenpy::NumpyType::NumpyType |
( |
| ) |
|
|
protected |
| NumpyType & eigenpy::NumpyType::getInstance |
( |
| ) |
|
|
static |
| const PyTypeObject * eigenpy::NumpyType::getNumpyArrayType |
( |
| ) |
|
|
static |
| const PyTypeObject * eigenpy::NumpyType::getNumpyMatrixType |
( |
| ) |
|
|
static |
| bp::object eigenpy::NumpyType::getNumpyType |
( |
| ) |
|
|
static |
| NP_TYPE & eigenpy::NumpyType::getType |
( |
| ) |
|
|
static |
| bool eigenpy::NumpyType::isArray |
( |
| ) |
|
|
static |
| bool eigenpy::NumpyType::isMatrix |
( |
| ) |
|
|
static |
| bp::object eigenpy::NumpyType::make |
( |
PyArrayObject * |
pyArray, |
|
|
bool |
copy = false |
|
) |
| |
|
static |
| bp::object eigenpy::NumpyType::make |
( |
PyObject * |
pyObj, |
|
|
bool |
copy = false |
|
) |
| |
|
static |
| eigenpy::NumpyType::operator bp::object |
( |
| ) |
|
|
inline |
| void eigenpy::NumpyType::setNumpyType |
( |
bp::object & |
obj | ) |
|
|
static |
| void eigenpy::NumpyType::sharedMemory |
( |
const bool |
value | ) |
|
|
static |
| bool eigenpy::NumpyType::sharedMemory |
( |
| ) |
|
|
static |
| void eigenpy::NumpyType::switchToNumpyArray |
( |
| ) |
|
|
static |
| void eigenpy::NumpyType::switchToNumpyMatrix |
( |
| ) |
|
|
static |
| bp::object eigenpy::NumpyType::CurrentNumpyType |
|
protected |
| NP_TYPE eigenpy::NumpyType::np_type |
|
protected |
| bp::object eigenpy::NumpyType::NumpyArrayObject |
|
protected |
| PyTypeObject* eigenpy::NumpyType::NumpyArrayType |
|
protected |
| bp::object eigenpy::NumpyType::NumpyMatrixObject |
|
protected |
| PyTypeObject* eigenpy::NumpyType::NumpyMatrixType |
|
protected |
| bp::object eigenpy::NumpyType::pyModule |
|
protected |
| bool eigenpy::NumpyType::shared_memory |
|
protected |
The documentation for this struct was generated from the following files: