@Properties(inherit=numpy.class) public class PyArrayInterface extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
PyArrayInterface()
Default native constructor.
|
PyArrayInterface(long size)
Native array allocator.
|
PyArrayInterface(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
Pointer |
data() |
PyArrayInterface |
data(Pointer setter) |
PyObject |
descr() |
PyArrayInterface |
descr(PyObject setter) |
int |
flags() |
PyArrayInterface |
flags(int setter) |
int |
itemsize() |
PyArrayInterface |
itemsize(int setter) |
int |
nd() |
PyArrayInterface |
nd(int setter) |
PyArrayInterface |
position(long position) |
SizeTPointer |
shape() |
PyArrayInterface |
shape(SizeTPointer setter) |
SizeTPointer |
strides() |
PyArrayInterface |
strides(SizeTPointer setter) |
int |
two() |
PyArrayInterface |
two(int setter) |
byte |
typekind() |
PyArrayInterface |
typekind(byte setter) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zero
public PyArrayInterface()
public PyArrayInterface(long size)
Pointer.position(long)
.public PyArrayInterface(Pointer p)
Pointer.Pointer(Pointer)
.public PyArrayInterface position(long position)
public int two()
public PyArrayInterface two(int setter)
public int nd()
public PyArrayInterface nd(int setter)
public PyArrayInterface typekind(byte setter)
public int itemsize()
public PyArrayInterface itemsize(int setter)
public int flags()
public PyArrayInterface flags(int setter)
@Cast(value="npy_intp*") public SizeTPointer shape()
public PyArrayInterface shape(SizeTPointer setter)
@Cast(value="npy_intp*") public SizeTPointer strides()
public PyArrayInterface strides(SizeTPointer setter)
public Pointer data()
public PyArrayInterface data(Pointer setter)
public PyObject descr()
public PyArrayInterface descr(PyObject setter)
Copyright © 2020. All rights reserved.