@Name(value="PyArrayObject_fields") @Properties(inherit=numpy.class) public class PyArrayObject extends org.bytedeco.cpython.PyObject
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
PyArrayObject()
Default native constructor.
|
PyArrayObject(long size)
Native array allocator.
|
PyArrayObject(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Pointer |
_buffer_info() |
PyArrayObject |
_buffer_info(Pointer setter) |
org.bytedeco.cpython.PyObject |
base() |
PyArrayObject |
base(org.bytedeco.cpython.PyObject setter) |
BytePointer |
data() |
PyArrayObject |
data(BytePointer setter) |
PyArray_Descr |
descr() |
PyArrayObject |
descr(PyArray_Descr setter) |
SizeTPointer |
dimensions() |
PyArrayObject |
dimensions(SizeTPointer setter) |
int |
flags() |
PyArrayObject |
flags(int setter) |
PyArrayObject |
getPointer(long i) |
org.bytedeco.cpython.PyObject |
mem_handler() |
PyArrayObject |
mem_handler(org.bytedeco.cpython.PyObject setter) |
int |
nd() |
PyArrayObject |
nd(int setter) |
org.bytedeco.cpython.PyObject |
ob_base() |
PyArrayObject |
ob_base(org.bytedeco.cpython.PyObject setter) |
PyArrayObject |
position(long position) |
SizeTPointer |
strides() |
PyArrayObject |
strides(SizeTPointer setter) |
org.bytedeco.cpython.PyObject |
weakreflist() |
PyArrayObject |
weakreflist(org.bytedeco.cpython.PyObject setter) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getDirectBufferAddress, getPointer, getPointer, getPointer, hashCode, interruptDeallocatorThread, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, physicalBytesInaccurate, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic PyArrayObject()
public PyArrayObject(long size)
Pointer.position(long).public PyArrayObject(Pointer p)
Pointer(Pointer).public PyArrayObject position(long position)
public PyArrayObject getPointer(long i)
getPointer in class Pointer@ByRef public org.bytedeco.cpython.PyObject ob_base()
public PyArrayObject ob_base(org.bytedeco.cpython.PyObject setter)
@Cast(value="char*") public BytePointer data()
public PyArrayObject data(BytePointer setter)
public int nd()
public PyArrayObject nd(int setter)
@Cast(value="npy_intp*") public SizeTPointer dimensions()
public PyArrayObject dimensions(SizeTPointer setter)
@Cast(value="npy_intp*") public SizeTPointer strides()
public PyArrayObject strides(SizeTPointer setter)
public org.bytedeco.cpython.PyObject base()
public PyArrayObject base(org.bytedeco.cpython.PyObject setter)
public PyArray_Descr descr()
public PyArrayObject descr(PyArray_Descr setter)
public int flags()
public PyArrayObject flags(int setter)
public org.bytedeco.cpython.PyObject weakreflist()
public PyArrayObject weakreflist(org.bytedeco.cpython.PyObject setter)
public Pointer _buffer_info()
public PyArrayObject _buffer_info(Pointer setter)
public org.bytedeco.cpython.PyObject mem_handler()
public PyArrayObject mem_handler(org.bytedeco.cpython.PyObject setter)
Copyright © 2023. All rights reserved.