@Properties(inherit=numpy.class) public class PyArrayMultiIterObject extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
PyArrayMultiIterObject()
Default native constructor.
|
PyArrayMultiIterObject(long size)
Native array allocator.
|
PyArrayMultiIterObject(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
SizeTPointer |
dimensions() |
long |
dimensions(int i) |
PyArrayMultiIterObject |
dimensions(int i,
long setter) |
long |
index() |
PyArrayMultiIterObject |
index(long setter) |
PointerPointer |
iters() |
PyArrayIterObject |
iters(int i) |
PyArrayMultiIterObject |
iters(int i,
PyArrayIterObject setter) |
int |
nd() |
PyArrayMultiIterObject |
nd(int setter) |
int |
numiter() |
PyArrayMultiIterObject |
numiter(int setter) |
PyObject |
ob_base() |
PyArrayMultiIterObject |
ob_base(PyObject setter) |
PyArrayMultiIterObject |
position(long position) |
long |
size() |
PyArrayMultiIterObject |
size(long 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 PyArrayMultiIterObject()
public PyArrayMultiIterObject(long size)
Pointer.position(long)
.public PyArrayMultiIterObject(Pointer p)
Pointer.Pointer(Pointer)
.public PyArrayMultiIterObject position(long position)
public PyArrayMultiIterObject ob_base(PyObject setter)
public int numiter()
public PyArrayMultiIterObject numiter(int setter)
public PyArrayMultiIterObject size(long setter)
public PyArrayMultiIterObject index(long setter)
public int nd()
public PyArrayMultiIterObject nd(int setter)
public PyArrayMultiIterObject dimensions(int i, long setter)
@MemberGetter @Cast(value="npy_intp*") public SizeTPointer dimensions()
public PyArrayIterObject iters(int i)
public PyArrayMultiIterObject iters(int i, PyArrayIterObject setter)
@MemberGetter @Cast(value="PyArrayIterObject**") public PointerPointer iters()
Copyright © 2020. All rights reserved.