Struct NumpyType

Struct Documentation

struct NumpyType

Public Static Functions

static NumpyType &getInstance()
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 Functions

NumpyType()

Protected Attributes

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