@Properties(inherit=numpy.class) public class PyArray_Descr extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
PyArray_Descr()
Default native constructor.
|
PyArray_Descr(long size)
Native array allocator.
|
PyArray_Descr(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 PyArray_Descr()
public PyArray_Descr(long size)
Pointer.position(long)
.public PyArray_Descr(Pointer p)
Pointer.Pointer(Pointer)
.public PyArray_Descr position(long position)
public PyArray_Descr ob_base(PyObject setter)
public PyTypeObject typeobj()
public PyArray_Descr typeobj(PyTypeObject setter)
public PyArray_Descr kind(byte setter)
public PyArray_Descr type(byte setter)
public PyArray_Descr byteorder(byte setter)
public PyArray_Descr flags(byte setter)
public int type_num()
public PyArray_Descr type_num(int setter)
public int elsize()
public PyArray_Descr elsize(int setter)
public int alignment()
public PyArray_Descr alignment(int setter)
public PyArray_ArrayDescr subarray()
public PyArray_Descr subarray(PyArray_ArrayDescr setter)
public PyObject fields()
public PyArray_Descr fields(PyObject setter)
public PyObject names()
public PyArray_Descr names(PyObject setter)
public PyArray_ArrFuncs f()
public PyArray_Descr f(PyArray_ArrFuncs setter)
public PyObject metadata()
public PyArray_Descr metadata(PyObject setter)
public NpyAuxData c_metadata()
public PyArray_Descr c_metadata(NpyAuxData setter)
public PyArray_Descr hash(long setter)
Copyright © 2020. All rights reserved.