@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.
|
Modifier and Type | Method and Description |
---|---|
int |
alignment() |
PyArray_Descr |
alignment(int setter) |
byte |
byteorder() |
PyArray_Descr |
byteorder(byte setter) |
NpyAuxData |
c_metadata() |
PyArray_Descr |
c_metadata(NpyAuxData setter) |
int |
elsize() |
PyArray_Descr |
elsize(int setter) |
PyArray_ArrFuncs |
f() |
PyArray_Descr |
f(PyArray_ArrFuncs setter) |
org.bytedeco.cpython.PyObject |
fields() |
PyArray_Descr |
fields(org.bytedeco.cpython.PyObject setter) |
byte |
flags() |
PyArray_Descr |
flags(byte setter) |
PyArray_Descr |
getPointer(long i) |
long |
hash() |
PyArray_Descr |
hash(long setter) |
byte |
kind() |
PyArray_Descr |
kind(byte setter) |
org.bytedeco.cpython.PyObject |
metadata() |
PyArray_Descr |
metadata(org.bytedeco.cpython.PyObject setter) |
org.bytedeco.cpython.PyObject |
names() |
PyArray_Descr |
names(org.bytedeco.cpython.PyObject setter) |
org.bytedeco.cpython.PyObject |
ob_base() |
PyArray_Descr |
ob_base(org.bytedeco.cpython.PyObject setter) |
PyArray_Descr |
position(long position) |
PyArray_ArrayDescr |
subarray() |
PyArray_Descr |
subarray(PyArray_ArrayDescr setter) |
int |
type_num() |
PyArray_Descr |
type_num(int setter) |
byte |
type() |
PyArray_Descr |
type(byte setter) |
org.bytedeco.cpython.PyTypeObject |
typeobj() |
PyArray_Descr |
typeobj(org.bytedeco.cpython.PyTypeObject 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, zero
public PyArray_Descr()
public PyArray_Descr(long size)
Pointer.position(long)
.public PyArray_Descr(Pointer p)
Pointer(Pointer)
.public PyArray_Descr position(long position)
public PyArray_Descr getPointer(long i)
getPointer
in class Pointer
@ByRef public org.bytedeco.cpython.PyObject ob_base()
public PyArray_Descr ob_base(org.bytedeco.cpython.PyObject setter)
public org.bytedeco.cpython.PyTypeObject typeobj()
public PyArray_Descr typeobj(org.bytedeco.cpython.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 org.bytedeco.cpython.PyObject fields()
public PyArray_Descr fields(org.bytedeco.cpython.PyObject setter)
public org.bytedeco.cpython.PyObject names()
public PyArray_Descr names(org.bytedeco.cpython.PyObject setter)
public PyArray_ArrFuncs f()
public PyArray_Descr f(PyArray_ArrFuncs setter)
public org.bytedeco.cpython.PyObject metadata()
public PyArray_Descr metadata(org.bytedeco.cpython.PyObject setter)
public NpyAuxData c_metadata()
public PyArray_Descr c_metadata(NpyAuxData setter)
public PyArray_Descr hash(long setter)
Copyright © 2024. All rights reserved.