@Name(value="PyArrayIterObject_tag") @Properties(inherit=numpy.class) public class PyArrayIterObject extends PyObject
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
PyArrayIterObject()
Default native constructor.
|
PyArrayIterObject(long size)
Native array allocator.
|
PyArrayIterObject(Pointer p)
Pointer cast constructor.
|
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 PyArrayIterObject()
public PyArrayIterObject(long size)
Pointer.position(long)
.public PyArrayIterObject(Pointer p)
Pointer.Pointer(Pointer)
.public PyArrayIterObject position(long position)
public PyArrayIterObject ob_base(PyObject setter)
public int nd_m1()
public PyArrayIterObject nd_m1(int setter)
public PyArrayIterObject index(long setter)
public PyArrayIterObject size(long setter)
public PyArrayIterObject coordinates(int i, long setter)
@MemberGetter @Cast(value="npy_intp*") public SizeTPointer coordinates()
public PyArrayIterObject dims_m1(int i, long setter)
@MemberGetter @Cast(value="npy_intp*") public SizeTPointer dims_m1()
public PyArrayIterObject strides(int i, long setter)
@MemberGetter @Cast(value="npy_intp*") public SizeTPointer strides()
public PyArrayIterObject backstrides(int i, long setter)
@MemberGetter @Cast(value="npy_intp*") public SizeTPointer backstrides()
public PyArrayIterObject factors(int i, long setter)
@MemberGetter @Cast(value="npy_intp*") public SizeTPointer factors()
public PyArrayObject ao()
public PyArrayIterObject ao(PyArrayObject setter)
@Cast(value="char*") public BytePointer dataptr()
public PyArrayIterObject dataptr(BytePointer setter)
public PyArrayIterObject contiguous(byte setter)
public PyArrayIterObject bounds(int i, int j, long setter)
@MemberGetter @Cast(value="npy_intp(*)[2]") public SizeTPointer bounds()
public PyArrayIterObject limits(int i, int j, long setter)
@MemberGetter @Cast(value="npy_intp(*)[2]") public SizeTPointer limits()
public PyArrayIterObject limits_sizes(int i, long setter)
@MemberGetter @Cast(value="npy_intp*") public SizeTPointer limits_sizes()
public npy_iter_get_dataptr_t translate()
public PyArrayIterObject translate(npy_iter_get_dataptr_t setter)
Copyright © 2020. All rights reserved.