eigenpy 3.12.0
Bindings between Numpy and Eigen using Boost.Python
Loading...
Searching...
No Matches
eigenpy::NumpyType Struct Reference

Static Public Member Functions

static NumpyTypegetInstance ()
static bp::object make (PyArrayObject *pyArray, bool copy=false)
static bp::object make (PyObject *pyObj, bool copy=false)
static void sharedMemory (const bool value)
static bool sharedMemory ()
static const PyTypeObject * getNumpyArrayType ()

Protected Attributes

bp::object pyModule
bp::object NumpyArrayObject
PyTypeObject * NumpyArrayType
bool shared_memory

Detailed Description

Definition at line 85 of file numpy-type.hpp.

Member Data Documentation

◆ NumpyArrayObject

bp::object eigenpy::NumpyType::NumpyArrayObject
protected

Definition at line 104 of file numpy-type.hpp.

◆ NumpyArrayType

PyTypeObject* eigenpy::NumpyType::NumpyArrayType
protected

Definition at line 105 of file numpy-type.hpp.

◆ pyModule

bp::object eigenpy::NumpyType::pyModule
protected

Definition at line 101 of file numpy-type.hpp.

◆ shared_memory

bool eigenpy::NumpyType::shared_memory
protected

Definition at line 107 of file numpy-type.hpp.


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